disable emoji fonts on Android 5 (#698)
This commit is contained in:
parent
1c5df27f91
commit
030a201da6
4 changed files with 16 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
|||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="@string/preferences_file_key">
|
||||
|
||||
<PreferenceCategory android:title="@string/pref_title_appearance_settings">
|
||||
<PreferenceCategory android:title="@string/pref_title_appearance_settings"
|
||||
android:key="categoryAppearance">
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="night"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue