fix an issue on android 6 where the passwords are centered

This commit is contained in:
Mohamed Zenadi 2016-04-28 08:29:33 +02:00
parent b578da4a55
commit 82403f262d

View file

@ -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"