Added Circular Std and a toggle to use it
This commit is contained in:
parent
fd03cb4e99
commit
02b72551c9
13 changed files with 46 additions and 3 deletions
|
@ -30,6 +30,12 @@
|
|||
android:title="@string/pref_title_md3"
|
||||
app:isPreferenceVisible="@bool/md3_available" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="custom_font"
|
||||
android:layout="@layout/list_item_view_switch_no_title"
|
||||
android:title="@string/pref_title_custom_font" />
|
||||
|
||||
</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