mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-10 02:39:40 +02:00
Added functionality to the settings section.
This commit is contained in:
parent
40c0d7a18d
commit
59512809db
8 changed files with 59 additions and 178 deletions
12
app/src/main/res/xml/pref_page.xml
Normal file
12
app/src/main/res/xml/pref_page.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!--?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>
|
Loading…
Add table
Add a link
Reference in a new issue