Added desatuated color

This commit is contained in:
h4h13 2019-10-12 12:11:48 +05:30
parent b73fb9dbc3
commit df8a9c447e
7 changed files with 40 additions and 6 deletions

View file

@ -23,6 +23,7 @@
android:key="category_color"
android:layout="@layout/preference_category_title"
android:title="@string/colors">
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEColorPreference
android:key="accent_color"
android:persistent="false"
@ -31,6 +32,13 @@
app:enableCopying="true"
app:icon="@drawable/ic_colorize_white_24dp" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="desaturated_color"
android:summary="As per Material Design guide lines in dark mode colors should be desaturated"
android:title="Desaturated color"
app:enableCopying="true" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="adaptive_color_app"