Fix code on center on login view

This commit is contained in:
Erwan Croze 2018-10-09 16:41:05 +02:00
parent d28b856b27
commit be86c31472

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@color/colorH"
@ -171,6 +172,7 @@ Mobile Security Intense"
android:layout_height="40dp"
android:layout_marginBottom="15dp"
android:background="#f3f3f3"
android:gravity="center"
android:inputType="number"
android:maxLines="1"
android:textAlignment="center"