aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-07-08 18:04:43 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-07-16 14:05:38 -0700
commitb8aa362e3bce47d4d0cd91dd19dea47081f790a0 (patch)
tree5e66530eeff91629b80baf399a2e8c11c7fb5548 /res
parent707e828f286373a2590ebf5e202afd3b9e854f02 (diff)
downloadandroid_packages_apps_CMFileManager-b8aa362e3bce47d4d0cd91dd19dea47081f790a0.tar.gz
android_packages_apps_CMFileManager-b8aa362e3bce47d4d0cd91dd19dea47081f790a0.tar.bz2
android_packages_apps_CMFileManager-b8aa362e3bce47d4d0cd91dd19dea47081f790a0.zip
Preferences: Move huge paragraph description to own item
In some languages, this doesn't fit well into the switch preference. This huge wall of text also looks pretty bad when it shares a row with the switch itself. On its own row, this fits quite nicely. Change-Id: I0b35d84965a800e578d3557bfc522f34aabb79f0
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences_storage.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/preferences_storage.xml b/res/xml/preferences_storage.xml
index c53f1883..3db40f5d 100644
--- a/res/xml/preferences_storage.xml
+++ b/res/xml/preferences_storage.xml
@@ -36,10 +36,12 @@
<SwitchPreference
android:key="cm_filemanager_secure_storage_delayed_sync"
android:title="@string/pref_secure_storage_delayed_sync_title"
- android:summary="@string/pref_secure_storage_delayed_sync_summary"
android:persistent="true"
android:defaultValue="true" />
+ <Preference
+ android:summary="@string/pref_secure_storage_delayed_sync_summary"
+ android:selectable="false"/>
</PreferenceCategory>
</PreferenceScreen>