Material 3 theme [WIP]
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user