mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-09 10:19:40 +02:00
12 lines
No EOL
506 B
XML
Executable file
12 lines
No EOL
506 B
XML
Executable file
<!--?xml version="1.0" encoding="utf-8"?-->
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory android:title="@string/pref_header_simulation">
|
|
<CheckBoxPreference
|
|
android:key="prefAnomaly"
|
|
android:title="@string/pref_title_simulate_anomaly"
|
|
android:summary="@string/pref_description_simulate_anomaly"
|
|
android:defaultValue="true" />
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |