mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 03:32:15 -05:00
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 New Issue
Block a user