diff options
author | Chris Wren <cwren@android.com> | 2013-03-12 16:32:26 -0400 |
---|---|---|
committer | Chris Wren <cwren@android.com> | 2013-03-12 16:32:40 -0400 |
commit | 797805909b4852169c1e884a0a458ec1443dab84 (patch) | |
tree | ab3908075dfbb0837696ccc39b41cb59db36fd5b /res/layout | |
parent | 9471675c0a280e23186977434efdd0db0ab5bf9d (diff) | |
download | packages_apps_Settings-797805909b4852169c1e884a0a458ec1443dab84.zip packages_apps_Settings-797805909b4852169c1e884a0a458ec1443dab84.tar.gz packages_apps_Settings-797805909b4852169c1e884a0a458ec1443dab84.tar.bz2 |
allow daydream settings to be keyboard driven.
Bug: 8339092
Change-Id: I9ef93a6633cdaee9bb823da424cd422efffd2475
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/dream_info_row.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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" > <!-- Dream icon --> @@ -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" /> -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> |