Fixed odd accent color for profile image

This commit is contained in:
Prathamesh More 2022-03-15 22:42:52 +05:30
parent 1d7203cbec
commit 9d6d7de1c7
5 changed files with 10 additions and 11 deletions

View file

@ -48,8 +48,7 @@
android:key="wallpaper_accent"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_wallpaper_accent"
android:title="@string/pref_title_wallpaper_accent"
app:isPreferenceVisible="@bool/wallpaper_accent_visible" />
android:title="@string/pref_title_wallpaper_accent" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEColorPreference
android:dependency="material_you"