reduced lite version play time from unlimited to 30 minutes
This commit is contained in:
@@ -16,23 +16,16 @@
|
||||
<CheckBoxPreference
|
||||
android:title="Enable"
|
||||
android:summary="Enable Timer"
|
||||
android:defaultValue="false"
|
||||
android:key="timer_enabled"
|
||||
/>
|
||||
android:key="timer_enabled" android:enabled="false" android:defaultValue="true"/>
|
||||
|
||||
<com.TwentyCodes.android.SweetDreamsLib.TimePickerPreference
|
||||
android:title="Timer"
|
||||
android:enabled="false"
|
||||
android:key="timer_length"
|
||||
/>
|
||||
android:enabled="false" android:key="timer_length"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:title="Exit On Finish"
|
||||
android:summary="Closes Application When Timer Finishes"
|
||||
android:defaultValue="false"
|
||||
android:key="timer_exit_on_finish"
|
||||
android:dependency="timer_enabled"
|
||||
/>
|
||||
android:key="timer_exit_on_finish"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user