Fixed Material You

This commit is contained in:
Prathamesh More 2021-09-23 17:32:49 +05:30
parent 7b984108ab
commit 42b9ea4107
9 changed files with 46 additions and 31 deletions

View file

@ -46,7 +46,7 @@
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_toggle_headset"
android:title="@string/pref_title_toggle_toggle_headset"
app:icon="@drawable/ic_play_arrow_white_32dp" />
app:icon="@drawable/ic_play_arrow" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"

View file

@ -56,7 +56,7 @@
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:layout="@layout/list_item_view_switch"
app:defaultValue="false"
app:icon="@drawable/ic_play_arrow_white_32dp"
app:icon="@drawable/ic_play_arrow"
app:key="toggle_add_controls"
app:summary="@string/pref_summary_extra_controls"
app:title="@string/pref_title_extra_controls" />