Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-04-12 18:46:07 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-12 18:51:33 +0300
commit4a13f0624fac8f0f60365aed1156782e228aad12 (patch)
tree021dfbcb35f3d707050e5080c824abde95145bf3 /android/res
parentcd8c347fd58ddd4724c26054ab3c38a545811332 (diff)
[android] Phone auth review fixes + server integration fixes
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/fragment_auth_passport_dialog.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/res/layout/fragment_auth_passport_dialog.xml b/android/res/layout/fragment_auth_passport_dialog.xml
index e822e6de95..516831ebf2 100644
--- a/android/res/layout/fragment_auth_passport_dialog.xml
+++ b/android/res/layout/fragment_auth_passport_dialog.xml
@@ -40,7 +40,8 @@
<TextView
android:id="@+id/phone_button"
android:layout_width="match_parent"
- android:layout_height="@dimen/height_primary_button"
+ android:layout_height="wrap_content"
+ android:minHeight="@dimen/height_primary_button"
android:layout_marginTop="@dimen/margin_base"
android:textAppearance="@style/MwmTextAppearance.Button"
android:textColor="?accentButtonTextColor"