added account title to chat(s) and calls pages
This commit is contained in:
@@ -9,10 +9,18 @@
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context=".ChatsActivity" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/account"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal" >
|
||||
</TextView>
|
||||
|
||||
<ListView
|
||||
android:id="@+id/chats"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" >
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_below="@+id/account">
|
||||
</ListView>
|
||||
|
||||
<AutoCompleteTextView
|
||||
|
||||
Reference in New Issue
Block a user