summaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/drawable-hdpi/ic_remove.pngbin0 -> 931 bytes
-rw-r--r--res/drawable-mdpi/ic_remove.pngbin0 -> 646 bytes
-rw-r--r--res/drawable-xhdpi/ic_remove.pngbin0 -> 1403 bytes
-rw-r--r--res/drawable-xxhdpi/ic_remove.pngbin0 -> 2177 bytes
-rw-r--r--res/layout/hidden_folder_apps_list_item.xml9
5 files changed, 7 insertions, 2 deletions
diff --git a/res/drawable-hdpi/ic_remove.png b/res/drawable-hdpi/ic_remove.png
new file mode 100644
index 000000000..d26b12b8f
--- /dev/null
+++ b/res/drawable-hdpi/ic_remove.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_remove.png b/res/drawable-mdpi/ic_remove.png
new file mode 100644
index 000000000..48c82fa1c
--- /dev/null
+++ b/res/drawable-mdpi/ic_remove.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_remove.png b/res/drawable-xhdpi/ic_remove.png
new file mode 100644
index 000000000..38a8705ad
--- /dev/null
+++ b/res/drawable-xhdpi/ic_remove.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_remove.png b/res/drawable-xxhdpi/ic_remove.png
new file mode 100644
index 000000000..ac36b34c0
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_remove.png
Binary files differ
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