Apply it to the Launcher clock / date display

This commit is contained in:
Finn M Glas 2020-08-17 13:41:35 +02:00
parent 86e9f9c597
commit 32ca93fce1
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
4 changed files with 22 additions and 3 deletions

View file

@ -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"

View file

@ -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>