added account title to chat(s) and calls pages

This commit is contained in:
Juha Heinanen
2018-11-19 05:56:27 +02:00
parent 2a1cb59568
commit bfc0b2445f
6 changed files with 43 additions and 7 deletions
@@ -9,11 +9,19 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".ChatActivity" >
<TextView
android:id="@+id/account"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal" >
</TextView>
<ListView
android:id="@+id/messages"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:transcriptMode="alwaysScroll"
android:layout_below="@id/account"
android:layout_above="@id/text" >
</ListView>