1
0
Fork 0

No issue: Update bottom margin of quick action sheet to 12dp

master
Emily Kager 2019-04-22 14:39:36 -07:00 committed by Colin Lee
parent 60c0fdb981
commit a4e4b8a1c9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<LinearLayout
android:id="@+id/quick_action_buttons_layout"
android:layout_margin="4dp"
android:layout_marginBottom="12dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"