Skip to content

Instantly share code, notes, and snippets.

View huutho-dev's full-sized avatar

huutho.dev huutho-dev

  • Freedom Inc.
  • HaNoi
View GitHub Profile
@huutho-dev
huutho-dev / toolbar.kt
Last active January 3, 2018 02:09
Create layout toolbar, Create Style toolbar, Config in Code
public override fun onCreate(savedInstanceState: Bundle?) {
setSupportActionBar(mToolbar)
supportActionBar?.setDisplayHomeAsUpEnabled(true)
supportActionBar?.setDisplayShowHomeEnabled(true)
supportActionBar?.setHomeButtonEnabled(true)
}
override fun onSupportNavigateUp(): Boolean {
https://github.com/janishar/PlaceHolderView