summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-05-20 21:17:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-20 21:17:18 +0000
commitc88ae71f66bf8b4f75290e21c5375dbf63a070f0 (patch)
treeac940e7720fd50c408cbba7113e10f27fd056aa8 /res/layout
parenta1fbd84b791474a9e86b67caeaf27b8429afba73 (diff)
parent611bcf172a7b7043040491ed1343c6f96af25cd3 (diff)
downloadandroid_packages_apps_Trebuchet-c88ae71f66bf8b4f75290e21c5375dbf63a070f0.tar.gz
android_packages_apps_Trebuchet-c88ae71f66bf8b4f75290e21c5375dbf63a070f0.tar.bz2
android_packages_apps_Trebuchet-c88ae71f66bf8b4f75290e21c5375dbf63a070f0.zip
Merge "UX widget cell color issue" into ub-launcher3-burnaby
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widgets_list_row_view.xml6
1 files changed, 3 insertions, 3 deletions
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">
<LinearLayout
android:id="@+id/widgets_cell_list"
android:layout_width="wrap_content"
@@ -61,7 +62,6 @@
android:layout_marginLeft="@dimen/widget_row_padding"
android:orientation="horizontal"
android:divider="@drawable/widgets_row_divider"
- android:showDividers="middle"
- android:background="@color/widgets_cell_color"/>
+ android:showDividers="middle"/>
</HorizontalScrollView>
</LinearLayout>