This commit is contained in:
Amine
2019-01-02 21:09:20 +01:00
committed by aminecmi
parent d1f8fcacc0
commit eec7c94e98
10 changed files with 77 additions and 1 deletions

View File

@ -13,4 +13,12 @@
android:selectAllOnFocus="true"
android:singleLine="true"
android:title="@string/pref_content_reader_font_size" />
<ListPreference
android:defaultValue="1"
android:entries="@array/preloaded_fonts"
android:entryValues="@array/preloaded_fonts"
android:key="list_preference_1"
android:title="List preference" />
</PreferenceScreen>