mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-11 19:24:06 +02:00
Reformatted
This commit is contained in:
@@ -1,27 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<CheckBoxPreference android:title="@string/label_reminder" android:summaryOn="@string/info_is_enable" android:summaryOff="@string/info_is_not_enable" android:key="reminderEnable" android:defaultValue="false"/>
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="reminderEnable"
|
||||
android:summaryOff="@string/info_is_not_enable"
|
||||
android:summaryOn="@string/info_is_enable"
|
||||
android:title="@string/label_reminder"/>
|
||||
|
||||
<MultiSelectListPreference
|
||||
android:defaultValue="@array/weekdays_default"
|
||||
android:dialogTitle="@string/label_reminder_weekdays"
|
||||
android:key="reminderWeekdays"
|
||||
android:title="@string/label_reminder_weekdays"
|
||||
android:enabled="false"
|
||||
android:entries="@array/weekdays_entries"
|
||||
android:entryValues="@array/weekdays_values"
|
||||
android:defaultValue="@array/weekdays_default"
|
||||
android:enabled="false"
|
||||
android:key="reminderWeekdays"
|
||||
android:title="@string/label_reminder_weekdays"
|
||||
/>
|
||||
|
||||
<com.health.openscale.gui.preferences.TimePreferenceDialog
|
||||
android:title="@string/label_reminder_time"
|
||||
android:key="reminderTime"
|
||||
android:enabled="false"
|
||||
android:key="reminderTime"
|
||||
android:title="@string/label_reminder_time"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:title="@string/label_reminder_notify_text"
|
||||
android:key="reminderNotifyText"
|
||||
android:defaultValue="@string/default_value_reminder_notify_text"
|
||||
android:enabled="false"
|
||||
android:key="reminderNotifyText"
|
||||
android:title="@string/label_reminder_notify_text"
|
||||
/>
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user