8 lines
322 B
XML
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>
|