mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
more fonts
This commit is contained in:
parent
c89e74205d
commit
32c3c41266
8 changed files with 59 additions and 1 deletions
|
@ -58,9 +58,15 @@
|
|||
</string-array>
|
||||
<string name="settings_theme_wallpaper_key" translatable="false">theme.wallpaper</string>
|
||||
<string name="settings_theme_font_key" translatable="false">theme.font</string>
|
||||
|
||||
<!-- values of de.jrpie.android.launcher.preferences.theme.Font -->
|
||||
<string-array name="settings_theme_font_values" translatable="false">
|
||||
<item>HACK</item>
|
||||
<item>SYSTEM_DEFAULT</item>
|
||||
<item>SANS_SERIF</item>
|
||||
<item>SERIF</item>
|
||||
<item>MONOSPACE</item>
|
||||
<item>SERIF_MONOSPACE</item>
|
||||
</string-array>
|
||||
<string name="settings_theme_monochrome_icons_key" translatable="false">theme.monochrome_icons</string>
|
||||
|
||||
|
@ -69,6 +75,7 @@
|
|||
- Settings : Clock
|
||||
-
|
||||
-->
|
||||
<string name="settings_clock_font_key" translatable="false">clock.font</string>
|
||||
<string name="settings_clock_time_visible_key" translatable="false">clock.time_visible</string>
|
||||
<string name="settings_clock_date_visible_key" translatable="false">clock.date_visible</string>
|
||||
<string name="settings_clock_localized_key" translatable="false">clock.date_localized</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue