summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-06-23 13:34:36 -0700
committerRaj Yengisetty <rajesh@cyngn.com>2014-06-23 13:34:36 -0700
commitf7cccfb1f83cd0409556ce3c0045402dcc304f0e (patch)
treec9c92f71da08c141ea7291b56b398cb6a81a3078 /res/layout
parent07856ffe95a4332534adf7bc7cf06f512816b9f8 (diff)
downloadandroid_packages_apps_Trebuchet-f7cccfb1f83cd0409556ce3c0045402dcc304f0e.tar.gz
android_packages_apps_Trebuchet-f7cccfb1f83cd0409556ce3c0045402dcc304f0e.tar.bz2
android_packages_apps_Trebuchet-f7cccfb1f83cd0409556ce3c0045402dcc304f0e.zip
Protected Folder Fragment: Add remove Shortcut from list.
Change-Id: I0e9f141bc34bcfa955d7f5f3535d9d437e94b1da
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/hidden_folder_apps_list_item.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/hidden_folder_apps_list_item.xml b/res/layout/hidden_folder_apps_list_item.xml
index 13441941e..f3af4ad1d 100644
--- a/res/layout/hidden_folder_apps_list_item.xml
+++ b/res/layout/hidden_folder_apps_list_item.xml
@@ -5,8 +5,7 @@
android:minHeight="48dp"
android:gravity="center_vertical"
android:paddingRight="?android:attr/scrollbarSize"
- android:background="?android:attr/selectableItemBackground"
- android:descendantFocusability="blocksDescendants">
+ android:background="?android:attr/selectableItemBackground">
<ImageView android:id="@+id/icon"
android:layout_width="40dp"
@@ -25,4 +24,10 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:ellipsize="marquee"
android:fadingEdge="horizontal" />
+
+ <ImageView android:id="@+id/remove"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_remove"/>
</LinearLayout> \ No newline at end of file