Files
Dantotsu/app/src/main/res/xml/anime_preferences.xml
2024-02-06 02:16:10 -06:00

9 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:defaultValue="true"
android:key="some_key"
android:title="Some Title" />
</PreferenceScreen>