Fix Contact Status width in contact details
This commit is contained in:
parent
7f825f8027
commit
1b6a07e380
|
@ -47,8 +47,8 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/details_contactstatus"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16dp"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold" />
|
||||
|
|
Loading…
Reference in a new issue