fix an issue on android 6 where the passwords are centered
This commit is contained in:
parent
b578da4a55
commit
82403f262d
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_gravity="start|center_vertical">
|
||||
android:layout_marginBottom="4dp">
|
||||
|
||||
<android.support.v7.widget.CardView
|
||||
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
||||
|
|
Loading…
Reference in a new issue