mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 06:01:01 +00:00
extension settings
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user