use a Cross icon instead of Back at event activity
This commit is contained in:
parent
baa5f6f372
commit
c1850c7da8
|
@ -41,6 +41,7 @@ class EventActivity : SimpleActivity(), DBHelper.EventUpdateListener {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
setContentView(R.layout.activity_event)
|
setContentView(R.layout.activity_event)
|
||||||
|
|
||||||
|
supportActionBar?.setHomeAsUpIndicator(R.drawable.ic_cross)
|
||||||
val intent = intent ?: return
|
val intent = intent ?: return
|
||||||
mDialogTheme = getAppropriateTheme()
|
mDialogTheme = getAppropriateTheme()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue