Success After X

added a prefrence for the user to select what are counted as successes

closes #37

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-04 11:52:48 -04:00
parent 55484786ec
commit 64921d7304
5 changed files with 29 additions and 4 deletions

View File

@@ -25,6 +25,14 @@
android:summary="@string/ones_subtract_msg"
android:title="@string/ones_subtract" />
<ListPreference
android:defaultValue="7"
android:entries="@array/success_after"
android:entryValues="@array/success_after"
android:key="success_after"
android:summary="@string/success_after_msg"
android:title="@string/success_after" />
<PreferenceCategory android:title="@string/contact_us" >
<Preference
android:key="email"