summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2011-12-30 18:58:41 +0000
committernebkat <nebkat@teamhacksung.org>2011-12-31 10:15:28 +0000
commit991185b60879af6f84736918f8616e28a67eeeac (patch)
tree61c03e72e59fad84c88948629a77af08d20693f9 /res/layout
parent291324116b7ac4d4348643d93e432c20768125ea (diff)
downloadandroid_packages_apps_Trebuchet-991185b60879af6f84736918f8616e28a67eeeac.tar.gz
android_packages_apps_Trebuchet-991185b60879af6f84736918f8616e28a67eeeac.tar.bz2
android_packages_apps_Trebuchet-991185b60879af6f84736918f8616e28a67eeeac.zip
AppsCustomize: Apps Sort Mode Cling
Change-Id: I07a08afb1f249f226693e935ad7ebc017f9c79b0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 272ed2896..80d372fc1 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -96,4 +96,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
+
+ <include layout="@layout/all_apps_sort_cling"
+ android:id="@+id/all_apps_sort_cling"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
</com.cyanogenmod.trebuchet.AppsCustomizeTabHost>