aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-11-03 01:24:21 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-11-03 01:24:21 +0100
commit2d6d5b71345b21eba2a3265c501499e466653dc5 (patch)
treebcf6904be039900d581c400a784a39643f353165 /res/xml
parent0bc32145ffcc46c3438c080799ad8c641ffa3271 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-2d6d5b71345b21eba2a3265c501499e466653dc5.tar.gz
android_packages_wallpapers_PhotoPhase-2d6d5b71345b21eba2a3265c501499e466653dc5.tar.bz2
android_packages_wallpapers_PhotoPhase-2d6d5b71345b21eba2a3265c501499e466653dc5.zip
Random dispositions
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_layout.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/xml/preferences_layout.xml b/res/xml/preferences_layout.xml
index 02d12e3..8ba4941 100644
--- a/res/xml/preferences_layout.xml
+++ b/res/xml/preferences_layout.xml
@@ -23,6 +23,21 @@
android:key="category_disposition"
android:title="@string/pref_layout_disposition">
+ <!-- Random dispositions -->
+ <CheckBoxPreference
+ android:key="ui_disposition_random"
+ android:title="@string/pref_random_dispositions"
+ android:summary="@string/pref_random_dispositions_summary" />
+
+ <!-- Random dispositions interval -->
+ <org.cyanogenmod.wallpapers.photophase.preferences.SeekBarProgressPreference
+ android:key="ui_disposition_random_interval"
+ android:title="@string/pref_random_dispositions_interval"
+ android:summary="@string/pref_random_dispositions_interval_summary"
+ android:persistent="true"
+ android:defaultValue="0"
+ android:dependency="ui_disposition_random" />
+
<!-- Portrait -->
<Preference
android:key="ui_disposition_portrait"