Add font size preference.

Shamelessly stolen from SpareParts.

Change-Id: I5bcdc5c738a0b2af7e7bd8dae303997c28298086
This commit is contained in:
Dianne Hackborn
2011-03-04 17:30:54 -08:00
parent 4f25e1d5e3
commit 6677e56f45
4 changed files with 79 additions and 0 deletions

View File

@@ -41,4 +41,13 @@
android:persistent="false"
android:entries="@array/screen_timeout_entries"
android:entryValues="@array/screen_timeout_values" />
<ListPreference
android:key="font_size"
android:title="@string/title_font_size"
android:summary="@string/summary_font_size"
android:entries="@array/entries_font_size"
android:entryValues="@array/entryvalues_font_size"
android:dialogTitle="@string/dialog_title_font_size" />
</PreferenceScreen>