From 475784a4ebcf3cc4816aba7faaacac7a5f826298 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 22 Apr 2015 13:59:20 -0700 Subject: Widgettray UI tweak that introduces bounding box around the widgets. Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc --- res/layout/widgets_list_row_view.xml | 6 +----- 1 file changed, 1 insertion(+), 5 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 017b45066..f94d02330 100644 --- a/res/layout/widgets_list_row_view.xml +++ b/res/layout/widgets_list_row_view.xml @@ -19,10 +19,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_marginLeft="8dp" - android:layout_marginRight="8dp" - android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" android:focusable="true" android:background="@drawable/focusable_view_bg" android:descendantFocusability="afterDescendants"> @@ -49,7 +45,6 @@ android:id="@+id/section" android:layout_width="match_parent" android:layout_height="@dimen/widget_section_height" - android:paddingTop="8dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:singleLine="true" @@ -80,6 +75,7 @@ android:id="@+id/widgets_scroll_container" android:layout_width="match_parent" android:layout_height="@dimen/widget_cell_height" + android:paddingLeft="40dp" android:scrollbars="none" >