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
@@ -34,8 +34,12 @@ class ChatsActivity: AppCompatActivity() {
plusButton = findViewById(R.id.plusButton) as ImageButton
aor = intent.extras.getString("aor")
uaMessages = uaMessages(aor)
val headerView = findViewById(R.id.account) as TextView
val headerText = "Account ${aor.substringAfter(":")}"
headerView.text = headerText
uaMessages = uaMessages(aor)
clAdapter = ChatListAdapter(this, uaMessages)
listView.adapter = clAdapter
listView.isLongClickable = true