Merge pull request #147 from kruks23/development
Fix Contact Status width in contact details
This commit is contained in:
commit
3e3967b785
|
@ -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