Merge pull request #147 from kruks23/development

Fix Contact Status width in contact details
This commit is contained in:
Daniel Gultsch 2014-05-26 18:46:51 +02:00
commit 3e3967b785
1 changed files with 2 additions and 2 deletions

View File

@ -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" />