aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_layout.xml')
-rw-r--r--res/xml/preferences_layout.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/xml/preferences_layout.xml b/res/xml/preferences_layout.xml
index 796c5e4..62d0272 100644
--- a/res/xml/preferences_layout.xml
+++ b/res/xml/preferences_layout.xml
@@ -33,7 +33,6 @@
<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" />
@@ -42,7 +41,6 @@
<Preference
android:key="ui_disposition_portrait"
android:title="@string/pref_disposition_portrait"
- android:summary="@string/pref_disposition_portrait_summary"
android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.PortraitDispositionFragment"
android:persistent="false" />
@@ -50,7 +48,6 @@
<Preference
android:key="ui_disposition_landscape"
android:title="@string/pref_disposition_landscape"
- android:summary="@string/pref_disposition_landscape_summary"
android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.LandscapeDispositionFragment"
android:persistent="false" />