launch the NewMessageActivity on pressing FAB
This commit is contained in:
parent
ef455cd961
commit
560935b61e
4 changed files with 51 additions and 40 deletions
|
|
@ -19,5 +19,6 @@ class NewMessageActivity : SimpleActivity() {
|
|||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_new_message)
|
||||
title = getString(R.string.create_new_message)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue