Fixed Song duration not visible in Card & Blur card themes

This commit is contained in:
Prathamesh More 2022-04-01 23:50:22 +05:30
parent 4dc84c2564
commit 7b3b52e3b0
4 changed files with 17 additions and 1 deletions

View file

@ -48,7 +48,8 @@
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" />
android:title="@string/pref_title_wallpaper_accent"
app:isPreferenceVisible="@bool/wallpaper_accent_visible" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEColorPreference
android:dependency="material_you"