mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
more fonts
This commit is contained in:
parent
c89e74205d
commit
32c3c41266
8 changed files with 59 additions and 1 deletions
|
@ -46,6 +46,13 @@
|
|||
<PreferenceCategory
|
||||
android:title="@string/settings_launcher_section_date_time"
|
||||
app:allowDividerAbove="false">
|
||||
<DropDownPreference
|
||||
android:key="@string/settings_clock_font_key"
|
||||
android:title="@string/settings_theme_font"
|
||||
android:entryValues="@array/settings_theme_font_values"
|
||||
android:entries="@array/settings_theme_font_items"
|
||||
android:summary="%s"
|
||||
android:defaultValue="HACK"/>
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_localized_key"
|
||||
android:defaultValue="false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue