change buttons padding
This commit is contained in:
parent
2b6274990d
commit
fadddaa959
1 changed files with 7 additions and 5 deletions
|
@ -52,9 +52,12 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="@dimen/bottom_sheet_content_margin_small"
|
android:paddingLeft="@dimen/list_header_padding"
|
||||||
android:layout_marginLeft="@dimen/bottom_sheet_content_margin_small"
|
android:paddingStart="@dimen/list_header_padding"
|
||||||
android:layout_marginRight="@dimen/bottom_sheet_content_margin_small">
|
android:paddingRight="@dimen/list_header_padding"
|
||||||
|
android:paddingEnd="@dimen/list_header_padding"
|
||||||
|
android:paddingBottom="@dimen/list_header_padding"
|
||||||
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
@ -108,7 +111,6 @@
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Reference in a new issue