From 611bcf172a7b7043040491ed1343c6f96af25cd3 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 20 May 2015 14:14:04 -0700 Subject: UX widget cell color issue - widget cell color is slightly brigher than the background of the widget row. - They should be the same. Change-Id: I20bda325d5d2fe7e194a453978dc74fd56a4e154 --- res/layout/widgets_list_row_view.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout/widgets_list_row_view.xml') diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml index dc1bccefb..67b4acb4b 100644 --- a/res/layout/widgets_list_row_view.xml +++ b/res/layout/widgets_list_row_view.xml @@ -19,6 +19,7 @@ android:id="@+id/widgets_cell_list_container" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/widgets_cell_color" android:orientation="vertical" android:focusable="true" android:descendantFocusability="afterDescendants"> @@ -52,7 +53,7 @@ android:id="@+id/widgets_scroll_container" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:scrollbars="none" > + android:scrollbars="none"> + android:showDividers="middle"/> -- cgit v1.2.3