add padding to bottom_sheet_menu_base
This commit is contained in:
parent
89a591133d
commit
5967558f57
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/bottom_sheet_content_padding_small"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<View
|
||||
|
|
Loading…
Reference in a new issue