extension settings
This commit is contained in:
parent
9c0ef7a788
commit
3368a1bc8d
76 changed files with 2320 additions and 131 deletions
8
app/src/main/res/xml/anime_preferences.xml
Normal file
8
app/src/main/res/xml/anime_preferences.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Define your preferences here. For example: -->
|
||||
<CheckBoxPreference
|
||||
android:key="some_key"
|
||||
android:title="Some Title"
|
||||
android:defaultValue="true" />
|
||||
</PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue