forked from organicmaps/organicmaps
[android] Fixed the height and the width of the "Ugc Route Upload" dialog
This commit is contained in:
parent
ed0e301e0a
commit
96d7f00d6c
1 changed files with 17 additions and 11 deletions
|
@ -46,15 +46,21 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin_base_plus"
|
||||
style="@style/MwmWidget.Button.Primary"/>
|
||||
<TextView
|
||||
android:id="@+id/decline_btn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/primary_button_min_height"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="@dimen/margin_half_plus"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textAllCaps="true"
|
||||
android:textStyle="bold"
|
||||
android:background="?attr/selectableItemBackground"/>
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/decline_btn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/primary_button_min_height"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="@dimen/margin_half_plus"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textAllCaps="true"
|
||||
android:textStyle="bold"
|
||||
android:background="?attr/selectableItemBackground"/>
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue