From 62c0ee575596036866513ccb0fc88197775035fc Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 4 Feb 2016 16:56:00 -0800 Subject: [PATCH] Make ChooserActivity grid items focusable Because keyboards are pretty cool. Bug 26469615 Change-Id: Ie7a1a50c846ab9702821f9cf585f6d2c775cea38 --- core/res/res/layout/resolve_grid_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout/resolve_grid_item.xml b/core/res/res/layout/resolve_grid_item.xml index 0a7ac776744a8..305c8b0a0c0f8 100644 --- a/core/res/res/layout/resolve_grid_item.xml +++ b/core/res/res/layout/resolve_grid_item.xml @@ -25,6 +25,7 @@ android:gravity="center" android:paddingTop="8dp" android:paddingBottom="8dp" + android:focusable="true" android:background="?attr/selectableItemBackgroundBorderless">