From 797805909b4852169c1e884a0a458ec1443dab84 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Tue, 12 Mar 2013 16:32:26 -0400 Subject: allow daydream settings to be keyboard driven. Bug: 8339092 Change-Id: I9ef93a6633cdaee9bb823da424cd422efffd2475 --- res/layout/dream_info_row.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/dream_info_row.xml b/res/layout/dream_info_row.xml index acc3a65..e8dd824 100644 --- a/res/layout/dream_info_row.xml +++ b/res/layout/dream_info_row.xml @@ -24,6 +24,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_toStartOf="@+id/divider" + android:clickable="true" + android:focusable="true" android:background="?android:attr/selectableItemBackground" > @@ -95,6 +97,8 @@ android:background="?android:attr/selectableItemBackground" android:contentDescription="@string/screensaver_settings_button" android:padding="8dip" + android:clickable="true" + android:focusable="true" android:src="@drawable/ic_bt_config" /> - \ No newline at end of file + -- cgit v1.1