From 7ec52545cbf2f26dac8e5e0105147075c57956ac Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Tue, 12 Mar 2013 10:59:07 -0400 Subject: enable keyclicks in the photo daydream album selection menu. Bug: 8175092 Change-Id: Id24bd8884af48b71a72ea156c0d277ae3537c3e9 --- res/layout/album.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res') diff --git a/res/layout/album.xml b/res/layout/album.xml index 86ed595..b0aaaa2 100644 --- a/res/layout/album.xml +++ b/res/layout/album.xml @@ -20,6 +20,8 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:gravity="center_vertical" + android:focusable="true" + android:clickable="true" android:background="?android:attr/selectableItemBackground" >