summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-11-10 10:35:01 -0800
committerAdnan <adnan@cyngn.com>2014-11-19 15:53:58 -0800
commit988cbecc57ef0b25dda5e483299e7c215bcce6da (patch)
treeaeac50171d00f9b5eef2aa62a087d6c547ceabb1 /res/layout
parentea3b5e62a45fb70041ac52f06608acbb96f6af30 (diff)
downloadandroid_packages_apps_Trebuchet-988cbecc57ef0b25dda5e483299e7c215bcce6da.tar.gz
android_packages_apps_Trebuchet-988cbecc57ef0b25dda5e483299e7c215bcce6da.tar.bz2
android_packages_apps_Trebuchet-988cbecc57ef0b25dda5e483299e7c215bcce6da.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