Dantotsu/app/src/main/res/xml/anime_preferences.xml
2023-10-29 19:45:11 -05:00

8 lines
322 B
XML

<?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>