Fix settings font
This commit is contained in:
parent
3a8f016b62
commit
ee83fef6a7
27 changed files with 347 additions and 86 deletions
|
@ -4,6 +4,7 @@
|
|||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="classic_notification"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_classic_notification"
|
||||
android:title="@string/pref_title_classic_notification"
|
||||
app:enableCopying="true"
|
||||
|
@ -12,6 +13,7 @@
|
|||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="colored_notification"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_colored_notification"
|
||||
android:title="@string/pref_title_colored_notification"
|
||||
app:enableCopying="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue