[android] Added paddings to banner large buttons

This commit is contained in:
Alexander Zatsepin 2018-09-19 20:58:07 +03:00 committed by yoksnod
parent 819f57a8eb
commit c98c633438

View file

@ -113,6 +113,10 @@
android:layout_weight="1"
android:layout_marginRight="@dimen/margin_half"
android:layout_marginEnd="@dimen/margin_half"
android:paddingLeft="@dimen/margin_quarter"
android:paddingStart="@dimen/margin_quarter"
android:paddingRight="@dimen/margin_quarter"
android:paddingEnd="@dimen/margin_quarter"
android:minHeight="@dimen/placepage_banner_button_height"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:textAllCaps="true"
@ -130,6 +134,10 @@
android:layout_width="@dimen/dp_0"
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingLeft="@dimen/margin_quarter"
android:paddingStart="@dimen/margin_quarter"
android:paddingRight="@dimen/margin_quarter"
android:paddingEnd="@dimen/margin_quarter"
android:minHeight="@dimen/placepage_banner_button_height"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:textAllCaps="true"