Migrated almost all icons to Material symbols

This commit is contained in:
Prathamesh More 2022-07-04 23:05:38 +05:30
parent f7e3b65274
commit b1992e8d54
157 changed files with 572 additions and 1132 deletions

View file

@ -60,7 +60,7 @@
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_keep_screen_on_summary"
android:title="@string/pref_keep_screen_on_title"
app:icon="@drawable/ic_settings_brigntness" />
app:icon="@drawable/ic_settings_brightness" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>

View file

@ -14,7 +14,7 @@
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_general_theme"
app:icon="@drawable/ic_color_lens" />
app:icon="@drawable/ic_palette_outline" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:key="black_theme"

View file

@ -7,7 +7,7 @@
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_classic_notification"
android:title="@string/pref_title_classic_notification"
app:icon="@drawable/ic_cellphone_lock" />
app:icon="@drawable/ic_notification_classic" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"

View file

@ -98,7 +98,7 @@
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_toggle_full_screen"
android:title="@string/pref_title_toggle_full_screen"
app:icon="@drawable/ic_cellphone" />
app:icon="@drawable/ic_fullscreen" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory