started work on improving chat user interfaces

This commit is contained in:
Juha Heinanen
2019-03-11 06:42:59 +02:00
parent 9e6db47da8
commit 5abcb98a67
9 changed files with 147 additions and 57 deletions
@@ -13,6 +13,7 @@
android:id="@+id/account"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:gravity="center_horizontal" >
</TextView>
@@ -21,7 +22,10 @@
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:transcriptMode="alwaysScroll"
android:stackFromBottom="true"
android:layout_below="@id/account"
android:divider="#00000000"
android:dividerHeight="15dp"
android:layout_above="@id/text" >
</ListView>