aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_layout.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-07-08 11:11:16 +0200
committerDanny Baumann <dannybaumann@web.de>2014-07-09 12:24:36 +0200
commit22aecd384c4ec60c8c663540875beede462d40b7 (patch)
tree16dd54926546c28b14c2df4d7ae4dfdadbe99445 /res/xml/preferences_layout.xml
parentc012ca5b623e96a1e545d499ed43b3f649ba136f (diff)
downloadandroid_packages_wallpapers_PhotoPhase-22aecd384c4ec60c8c663540875beede462d40b7.tar.gz
android_packages_wallpapers_PhotoPhase-22aecd384c4ec60c8c663540875beede462d40b7.tar.bz2
android_packages_wallpapers_PhotoPhase-22aecd384c4ec60c8c663540875beede462d40b7.zip
Improve preference summary strings.
Remove some redundant summaries (e.g. for interval sliders) and make summaries of list preferences adapt to the respective selection. Change-Id: Ie120125fd36aef9b609326eb2d0e65224b7973d3
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" />