diff options
author | Clark Scheff <clark@cyngn.com> | 2014-07-16 16:56:31 -0700 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2014-07-17 16:19:02 +0000 |
commit | 8b0b4086b24f7525cdcc13eb8b6fd44dac891219 (patch) | |
tree | 46ea9735b18c9b85e0fb4af49433d29d56392ed7 /res/layout/wallpaper_component_selection_item.xml | |
parent | accf71cc2f859c8c8d241e7f67fe118ac82bf6f5 (diff) | |
download | packages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.zip packages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.tar.gz packages_apps_ThemeChooser-8b0b4086b24f7525cdcc13eb8b6fd44dac891219.tar.bz2 |
Add selector background to all component selection items.
Change-Id: I038e543c8815412b4fd78db3ea7d01f132d200e0
Diffstat (limited to 'res/layout/wallpaper_component_selection_item.xml')
-rw-r--r-- | res/layout/wallpaper_component_selection_item.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/wallpaper_component_selection_item.xml b/res/layout/wallpaper_component_selection_item.xml index 015270f..9f87f1e 100644 --- a/res/layout/wallpaper_component_selection_item.xml +++ b/res/layout/wallpaper_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"> <FrameLayout android:id="@+id/wp_content" |