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
|
@ -121,6 +121,11 @@ class ThemeSettingsFragment : AbsSettingsFragment() {
|
|||
restartActivity()
|
||||
true
|
||||
}
|
||||
val customFont: ATESwitchPreference? = findPreference(CUSTOM_FONT)
|
||||
customFont?.setOnPreferenceChangeListener { _, _ ->
|
||||
restartActivity()
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue