summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2011-12-30 18:58:41 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 01:20:24 +0000
commit3f82fde21a1146ae50fcc63b52adec971d41e815 (patch)
tree24a2eaeb9c20f1aa1e82bd3acac74ea2c39738fd /res/layout
parente78f8ad769c5cbe688f54904c7870a19c0b9e1de (diff)
downloadandroid_packages_apps_Trebuchet-3f82fde21a1146ae50fcc63b52adec971d41e815.tar.gz
android_packages_apps_Trebuchet-3f82fde21a1146ae50fcc63b52adec971d41e815.tar.bz2
android_packages_apps_Trebuchet-3f82fde21a1146ae50fcc63b52adec971d41e815.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 32f5e9fad..a833611fc 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -91,4 +91,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>