summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_list_row_view.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-22 13:59:20 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-04-22 13:59:20 -0700
commit475784a4ebcf3cc4816aba7faaacac7a5f826298 (patch)
tree59c2704032d1b33d132d147accdb81e3667e5523 /res/layout/widgets_list_row_view.xml
parent7e2a3608b6fa51c884e051625e10d13597cb8796 (diff)
downloadandroid_packages_apps_Trebuchet-475784a4ebcf3cc4816aba7faaacac7a5f826298.tar.gz
android_packages_apps_Trebuchet-475784a4ebcf3cc4816aba7faaacac7a5f826298.tar.bz2
android_packages_apps_Trebuchet-475784a4ebcf3cc4816aba7faaacac7a5f826298.zip
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
Diffstat (limited to 'res/layout/widgets_list_row_view.xml')
-rw-r--r--res/layout/widgets_list_row_view.xml6
1 files changed, 1 insertions, 5 deletions
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" >
<LinearLayout
android:id="@+id/widgets_cell_list"