Migrated almost all icons to Material symbols
This commit is contained in:
parent
f7e3b65274
commit
b1992e8d54
157 changed files with 572 additions and 1132 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue