add padding to bottom_sheet_menu_base

This commit is contained in:
Chumva 2018-05-08 13:13:57 +03:00
parent 89a591133d
commit 5967558f57

View file

@ -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