38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
|
||
|
<ListPreference
|
||
|
android:defaultValue="red"
|
||
|
android:entries="@array/rictxwf01_styles_name"
|
||
|
android:entryValues="@array/rictxwf01_styles_values"
|
||
|
android:key="rictxwf01_frameStyle"
|
||
|
android:title="Choose frame color & style" />
|
||
|
|
||
|
<CheckBoxPreference
|
||
|
android:defaultValue="true"
|
||
|
android:key="show_date"
|
||
|
android:title="@string/pref_show_date"
|
||
|
app:wear_iconOff="@drawable/settings_off"
|
||
|
app:wear_iconOn="@drawable/settings_on" />
|
||
|
|
||
|
<!-- Idea for future implementation @ToDo Implement Background-Images
|
||
|
<ListPreference
|
||
|
android:defaultValue="red"
|
||
|
android:entries="@array/rictxwf01_backgroundimage_name"
|
||
|
android:entryValues="@array/rictxwf01_backgroundimage_values"
|
||
|
android:key="rictxwf01_backgroundImage"
|
||
|
android:title="Background Image" />
|
||
|
-->
|
||
|
|
||
|
<!-- Idea for future implementation @ToDo Implement Hourly Vibration
|
||
|
<CheckBoxPreference
|
||
|
android:key="rictxwf01_vibrateHourly"
|
||
|
android:defaultValue="false"
|
||
|
android:title="Hourly vibrate signal?"
|
||
|
app:wear_iconOff="@drawable/settings_off"
|
||
|
app:wear_iconOn="@drawable/settings_on" />
|
||
|
-->
|
||
|
</PreferenceScreen>
|