Fix layout call
This commit is contained in:
parent
b81e5f6628
commit
c3ed5f792c
3 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center_vertical|center_horizontal"
|
||||||
android:paddingTop="5dp"/>
|
android:paddingTop="5dp"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -53,9 +53,9 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/contact_name"
|
android:layout_below="@id/contact_name"
|
||||||
android:layout_gravity="center"
|
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:paddingBottom="10dp"/>
|
android:paddingBottom="10dp"
|
||||||
|
android:layout_gravity="center_vertical|center_horizontal" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/avatar_layout"
|
android:id="@+id/avatar_layout"
|
||||||
|
|
|
@ -44,9 +44,9 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:gravity="center"
|
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:paddingTop="5dp"/>
|
android:paddingTop="5dp"
|
||||||
|
android:gravity="center_vertical|center_horizontal" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/contact_number"
|
android:id="@+id/contact_number"
|
||||||
|
@ -54,9 +54,9 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/contact_name"
|
android:layout_below="@id/contact_name"
|
||||||
android:layout_gravity="center"
|
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:paddingBottom="10dp"/>
|
android:paddingBottom="10dp"
|
||||||
|
android:layout_gravity="center_vertical|center_horizontal" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/avatar_layout"
|
android:id="@+id/avatar_layout"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5fe70faf8f0f70319f563d32245b9e45ff226c5c
|
Subproject commit 3bc59a20c78efc9705db715b4e72cc921e54c835
|
Loading…
Reference in a new issue