Add stored clock patterns

This commit is contained in:
ajp_anton
2026-06-18 15:42:27 +00:00
parent e1dfe637f8
commit f36e42c649
4 changed files with 497 additions and 0 deletions
@@ -18,6 +18,7 @@
android:textAppearance="?attr/textAppearanceHeadline5" />
<com.google.android.material.card.MaterialCardView
android:id="@+id/clock_custom_format_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
@@ -79,6 +80,7 @@
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView
android:id="@+id/drawer_clock_custom_format_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
@@ -140,6 +142,7 @@
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView
android:id="@+id/drawer_date_custom_format_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
@@ -231,6 +234,14 @@
android:layout_marginTop="8dp"
android:text="@string/clock_font_picker_button" />
<com.google.android.material.button.MaterialButton
android:id="@+id/clock_restore_stored_patterns_button"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/clock_restore_stored_patterns" />
<TextView
android:id="@+id/clock_custom_format_help_toggle"
android:layout_width="match_parent"