summaryrefslogtreecommitdiffstats
path: root/res/layout/navigation_bar_component_selection_item.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-07-16 16:56:31 -0700
committerClark Scheff <clark@cyngn.com>2014-07-17 16:19:02 +0000
commit8b0b4086b24f7525cdcc13eb8b6fd44dac891219 (patch)
tree46ea9735b18c9b85e0fb4af49433d29d56392ed7 /res/layout/navigation_bar_component_selection_item.xml
parentaccf71cc2f859c8c8d241e7f67fe118ac82bf6f5 (diff)
downloadpackages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.tar.gz
packages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.tar.bz2
packages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.zip
Add selector background to all component selection items.
Change-Id: I038e543c8815412b4fd78db3ea7d01f132d200e0
Diffstat (limited to 'res/layout/navigation_bar_component_selection_item.xml')
-rw-r--r--res/layout/navigation_bar_component_selection_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/navigation_bar_component_selection_item.xml b/res/layout/navigation_bar_component_selection_item.xml
index 207f4b9..004f0fb 100644
--- a/res/layout/navigation_bar_component_selection_item.xml
+++ b/res/layout/navigation_bar_component_selection_item.xml
@@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="@dimen/component_selection_cell_height">
+ android:layout_height="@dimen/component_selection_cell_height"
+ android:background="@drawable/component_selection_selector">
<LinearLayout
android:id="@+id/container"