mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
added option to hide seconds
This commit is contained in:
parent
32c3c41266
commit
ac2aa49ca1
7 changed files with 53 additions and 4 deletions
|
@ -61,6 +61,10 @@
|
|||
android:key="@string/settings_clock_time_visible_key"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/settings_clock_time_visible" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_show_seconds_key"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/settings_clock_show_seconds" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_date_visible_key"
|
||||
android:defaultValue="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue