diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-28 08:29:33 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-28 08:29:33 +0200 |
commit | 82403f262d35edd2987f558037e907a5f720de1e (patch) | |
tree | 5f91ba254d3847dc556978d9ed7eb742d7844f4d | |
parent | b578da4a55466f975bdc0e6cbf41a1a4a7636360 (diff) |
fix an issue on android 6 where the passwords are centered
-rw-r--r-- | app/src/main/res/layout/password_row_layout.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/password_row_layout.xml b/app/src/main/res/layout/password_row_layout.xml index 05e349cd..2ad69762 100644 --- a/app/src/main/res/layout/password_row_layout.xml +++ b/app/src/main/res/layout/password_row_layout.xml @@ -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" |