summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-03-25 12:37:11 +0100
committernebkat <nebkat@teamhacksung.org>2012-03-25 12:37:11 +0100
commit8b5c5e516cc8dae7bcf68d15dd4263f7e741b70b (patch)
tree895d72bd344a4ab044efc842473557d4a243ce02 /res
parentd40cdc0757e25598ab1cecb2085fd80da05e3692 (diff)
downloadandroid_packages_apps_Trebuchet-8b5c5e516cc8dae7bcf68d15dd4263f7e741b70b.tar.gz
android_packages_apps_Trebuchet-8b5c5e516cc8dae7bcf68d15dd4263f7e741b70b.tar.bz2
android_packages_apps_Trebuchet-8b5c5e516cc8dae7bcf68d15dd4263f7e741b70b.zip
Preferences: Hide phone preferences on tablet
Change-Id: Ifa766c1c535b8315eecb94c24b637f087771d75f
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 9ce22c3af..6ab031719 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -85,7 +85,8 @@
android:summary="@string/preferences_interface_homescreen_scrolling_scroll_wallpaper_summary"
android:defaultValue="true" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/preferences_interface_homescreen_indicator_category">
+ <PreferenceCategory android:key="ui_homescreen_indicator"
+ android:title="@string/preferences_interface_homescreen_indicator_category">
<CheckBoxPreference android:key="ui_homescreen_indicator_enable"
android:title="@string/preferences_interface_homescreen_indicator_enable_title"
android:summary="@string/preferences_interface_homescreen_indicator_enable_summary"
@@ -122,7 +123,8 @@
android:title="@string/preferences_interface_drawer_scrolling_fade_adjacent_screens_title"
android:summary="@string/preferences_interface_drawer_scrolling_fade_adjacent_screens_summary" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/preferences_interface_drawer_indicator_category">
+ <PreferenceCategory android:key="ui_drawer_indicator"
+ android:title="@string/preferences_interface_drawer_indicator_category">
<CheckBoxPreference android:key="ui_drawer_indicator_enable"
android:title="@string/preferences_interface_drawer_indicator_enable_title"
android:summary="@string/preferences_interface_drawer_indicator_enable_summary"