Changed action bar to show home arrow.
This commit is contained in:
parent
7388d71f42
commit
4631b4492f
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class ProgrammingActivity : AppCompatActivity(), AnkoLogger {
|
|||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||
|
||||
val params: Params =
|
||||
intent?.extras?.getParcelable(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue