change buttons padding

This commit is contained in:
Chumva 2018-04-27 15:31:04 +03:00
parent 2b6274990d
commit fadddaa959

View file

@ -52,9 +52,12 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/bottom_sheet_content_margin_small"
android:layout_marginLeft="@dimen/bottom_sheet_content_margin_small"
android:layout_marginRight="@dimen/bottom_sheet_content_margin_small">
android:paddingLeft="@dimen/list_header_padding"
android:paddingStart="@dimen/list_header_padding"
android:paddingRight="@dimen/list_header_padding"
android:paddingEnd="@dimen/list_header_padding"
android:paddingBottom="@dimen/list_header_padding"
android:orientation="horizontal">
<FrameLayout
android:layout_width="0dp"
@ -108,7 +111,6 @@
</FrameLayout>
<FrameLayout
android:layout_width="0dp"
android:layout_height="wrap_content"