mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix code on center on login view
This commit is contained in:
parent
d28b856b27
commit
be86c31472
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue