summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson <winsonc@google.com>2015-09-14 12:01:13 -0700
committerWinson Chung <winsonc@google.com>2015-09-14 19:47:19 +0000
commitfa56b3f2f1271d6045594eed294b22841c79c783 (patch)
tree28aae9ace0e3fcdf84f91de4f818040541fc6959 /res
parent787e3fbcaf4920b8fe1c7f78dc32deffbfc166ab (diff)
downloadandroid_packages_apps_Trebuchet-fa56b3f2f1271d6045594eed294b22841c79c783.tar.gz
android_packages_apps_Trebuchet-fa56b3f2f1271d6045594eed294b22841c79c783.tar.bz2
android_packages_apps_Trebuchet-fa56b3f2f1271d6045594eed294b22841c79c783.zip
Requiring key chord to delete icons and folders on the workspace
- Also fixing case where the all apps button to search for more apps was not focusable Bug: 20639227 Change-Id: Ie4d9092e654d3cafc0eb346b3bb744ec3e295e92
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps_search_market.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/all_apps_search_market.xml b/res/layout/all_apps_search_market.xml
index 1ed508890..a2bb2e779 100644
--- a/res/layout/all_apps_search_market.xml
+++ b/res/layout/all_apps_search_market.xml
@@ -25,5 +25,5 @@
android:textSize="14sp"
android:textColor="@color/launcher_accent_color"
android:textAllCaps="true"
- android:focusable="false"
+ android:focusable="true"
android:background="@drawable/all_apps_search_market_bg" />