Commit a257b4e6 authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[SharingHub] Add padding to end of bottom row

Bug: 1009124
Change-Id: Id35faff3cc3f0caa0a4200c40d803a07a32cf01f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128460
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Auto-Submit: Kyle Milka <kmilka@chromium.org>
Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754706}
parent aa00a9e1
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
android:layout_height="113dp" android:layout_height="113dp"
android:minHeight="@dimen/min_touch_target_size" android:minHeight="@dimen/min_touch_target_size"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingEnd="16dp"
android:id="@+id/share_sheet_other_apps" /> android:id="@+id/share_sheet_other_apps" />
</LinearLayout> </LinearLayout>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment