added account title to chat(s) and calls pages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user