Material 3 theme [WIP]

This commit is contained in:
MM20
2021-12-04 12:24:16 +01:00
parent d7f549795a
commit 0e1ca1c1f9
95 changed files with 1154 additions and 902 deletions
@@ -9,6 +9,7 @@
android:id="@+id/frameLayout"
android:layout_width="match_parent"
android:layout_height="232dp"
android:background="?colorPrimaryContainer"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
@@ -8,6 +8,15 @@
app:key="theme"
app:summary="%s"
app:title="@string/preference_theme" />
<ListPreference
app:key="card_background"
android:defaultValue="0"
app:summary="%s"
app:title="@string/preference_screen_colors"
app:entries="@array/preference_card_background_entries"
app:entryValues="@array/preference_card_background_values"
/>
<Preference
app:key="cards"
app:summary="@string/preference_cards_summary"
@@ -24,13 +24,4 @@
app:min="0"
app:updatesContinuously="true" />
<ListPreference
app:key="card_background"
android:defaultValue="0"
app:summary="%s"
app:title="@string/preference_card_background"
app:entries="@array/preference_card_background_entries"
app:entryValues="@array/preference_card_background_values"
/>
</PreferenceScreen>