+ Add Widget which allows quickly creating an alarm depending on the user's preferred sleep length (in hours).

This commit is contained in:
0nse
2016-02-29 21:36:39 +01:00
parent c4dc972804
commit 3babedf936
23 changed files with 220 additions and 40 deletions
+6
View File
@@ -153,6 +153,12 @@
android:key="activity_user_weight_kg"
android:maxLength="3"
android:title="@string/activity_prefs_weight_kg" />
<EditTextPreference
android:inputType="number"
android:key="activity_user_sleep_duration"
android:maxLength="2"
android:title="@string/activity_prefs_sleep_duration" />
</PreferenceScreen>
<PreferenceCategory