Skip to content

Instantly share code, notes, and snippets.

@pedromassango
Last active July 7, 2018 18:39
Show Gist options
  • Save pedromassango/d7210282556487ca81efcfd80cc55a40 to your computer and use it in GitHub Desktop.
Save pedromassango/d7210282556487ca81efcfd80cc55a40 to your computer and use it in GitHub Desktop.
class SampleActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_sample)
// set toolbar as actionBar
setSupportActionBar(home_toolbar)
title = " "
// build backdrop view
backdrop_view
.withToolbar(home_toolbar) // set a toolbar in backdrop
.build() // do not forget to call this function
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment