summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony <twickham@google.com>2017-05-02 21:56:27 -0700
committerTony Wickham <twickham@google.com>2017-05-04 15:53:15 -0700
commit9d3743c3a80f2bcea6c2adeef6f5fe808f0d9021 (patch)
tree1360d1f8b0677b7d99855742f6ac11f1f616dc97 /res
parent8f4a3963b0bc0f98773bf34a3ff2989677d43e96 (diff)
downloadandroid_packages_apps_Trebuchet-9d3743c3a80f2bcea6c2adeef6f5fe808f0d9021.tar.gz
android_packages_apps_Trebuchet-9d3743c3a80f2bcea6c2adeef6f5fe808f0d9021.tar.bz2
android_packages_apps_Trebuchet-9d3743c3a80f2bcea6c2adeef6f5fe808f0d9021.zip
Fix center-align issue in widgets bottom sheet
- Remove paddingStart - To add padding for multiple widgets, add empty view to scrollview Bug: 37918677 Change-Id: I5ec1208765874dda1c4439f60aaeb989c06ccd63
Diffstat (limited to 'res')
-rw-r--r--res/layout/widgets_bottom_sheet.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/widgets_bottom_sheet.xml b/res/layout/widgets_bottom_sheet.xml
index 826235bfb..c2270d212 100644
--- a/res/layout/widgets_bottom_sheet.xml
+++ b/res/layout/widgets_bottom_sheet.xml
@@ -19,7 +19,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="16dp"
android:paddingTop="28dp"
android:background="?android:attr/colorPrimary"
android:elevation="@dimen/deep_shortcuts_elevation"