summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-07-28 12:47:44 -0400
committerMike Lockwood <lockwood@android.com>2011-07-28 12:47:44 -0400
commit01172e178b67518de684072e898f29d9f2b81952 (patch)
tree67daae93ed88ef86216d6e461810595bb1589fe9 /res/xml
parent18d2b15b80a5926f8a64459f98c955d45029c453 (diff)
downloadpackages_apps_Settings-01172e178b67518de684072e898f29d9f2b81952.tar.gz
packages_apps_Settings-01172e178b67518de684072e898f29d9f2b81952.tar.bz2
packages_apps_Settings-01172e178b67518de684072e898f29d9f2b81952.zip
Add preference category to USB transfer settings
This allows us to shorten the text for the file transfer options so they will fit on a phone screen in portrait mode. Change-Id: If664fd22061ddc1173e57b18799378e055e7135e Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/usb_settings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/usb_settings.xml b/res/xml/usb_settings.xml
index e2a950dad..28ef99b49 100644
--- a/res/xml/usb_settings.xml
+++ b/res/xml/usb_settings.xml
@@ -17,6 +17,9 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/location_settings_title">
+ <PreferenceCategory
+ android:title="@string/usb_connection_category" />
+
<CheckBoxPreference
android:key="usb_mtp"
android:title="@string/usb_label_mtp"