improved contacts handling

This commit is contained in:
Juha Heinanen
2018-11-18 15:30:15 +02:00
parent a5e22786c4
commit 2f55f5729b
5 changed files with 40 additions and 40 deletions
@@ -12,7 +12,9 @@
<ListView
android:id="@+id/contacts"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
android:layout_height="match_parent"
android:layout_above="@id/plusButton" >
</ListView>
<ImageButton
android:id="@+id/plusButton"