From af88d809c0354ef2551050b2ea74cb85dc8ef056 Mon Sep 17 00:00:00 2001 From: p4r4n01d Date: Sat, 16 Nov 2013 13:47:34 +1100 Subject: Display Settings: Better font size control Use a SeekBar instead of a list/spinner to determine the font scaling. For consistency, an approximate size (small, normal, etc.) and the exact percentage are displayed. Show a preview of the selected font size immediately Ported from CM 10.2, squashed commits 46678 and 49167. Credit to Veeti Paaananen for the latter commit. Change-Id: I754d7fdcaf27c23dfccf9d56291956e70b23f63e --- res/layout/preference_dialog_fontsize.xml | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 res/layout/preference_dialog_fontsize.xml (limited to 'res/layout') diff --git a/res/layout/preference_dialog_fontsize.xml b/res/layout/preference_dialog_fontsize.xml new file mode 100644 index 0000000..f209d46 --- /dev/null +++ b/res/layout/preference_dialog_fontsize.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + -- cgit v1.1