Align color matrix preference style with other preferences
Change-Id: I1748b2052b7f82f417183f657aa6381d4c6dbbdd
This commit is contained in:
parent
a5fa01d5bf
commit
eb9922f4bc
|
@ -16,6 +16,8 @@
|
|||
android:entries="@array/sc_accent_color_light_entries"
|
||||
android:entryValues="@array/sc_accent_color_light_values"
|
||||
android:defaultValue="green"
|
||||
app:iconSpaceReserved="true"
|
||||
app:allowDividerAbove="false"
|
||||
app:entryPreviews="@array/sc_accent_color_light_previews" />
|
||||
|
||||
<de.spiritcroc.preference.ColorMatrixListPreference
|
||||
|
@ -25,6 +27,8 @@
|
|||
android:entries="@array/sc_accent_color_dark_entries"
|
||||
android:entryValues="@array/sc_accent_color_dark_values"
|
||||
android:defaultValue="green"
|
||||
app:iconSpaceReserved="true"
|
||||
app:allowDividerAbove="false"
|
||||
app:entryPreviews="@array/sc_accent_color_dark_previews" />
|
||||
|
||||
</im.vector.app.core.preference.VectorPreferenceCategory>
|
||||
|
|
Loading…
Reference in New Issue