mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Apply it to the Launcher clock / date display
This commit is contained in:
parent
86e9f9c597
commit
32ca93fce1
4 changed files with 22 additions and 3 deletions
|
@ -153,6 +153,7 @@
|
|||
android:id="@+id/settings_launcher_format_spinner"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/settings_launcher_time_formats"
|
||||
android:spinnerMode="dropdown"
|
||||
app:layout_constraintBottom_toBottomOf="@id/settings_launcher_text_time_format"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
@ -58,6 +58,20 @@
|
|||
<item>german</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_time_formats_upper">
|
||||
<item>yyyy-MM-dd</item>
|
||||
<item>HH:mm:ss</item>
|
||||
<item>HH:mm:ss</item>
|
||||
<item>HH:mm:ss</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_time_formats_lower">
|
||||
<item>HH:mm:ss</item>
|
||||
<item>yyyy-MM-dd</item>
|
||||
<item> </item>
|
||||
<item>dd.MM.yyyy</item>
|
||||
</string-array>
|
||||
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher#en</string>
|
||||
<string name="settings_footer_web">https://www.finnmglas.com</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue