Skip to content

Instantly share code, notes, and snippets.

@lobothijau
Last active July 27, 2019 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobothijau/5747698e05eb6935069e4e6f15cc5f0f to your computer and use it in GitHub Desktop.
Save lobothijau/5747698e05eb6935069e4e6f15cc5f0f to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
setSupportActionBar(toolbar)
supportActionBar?.setDisplayShowTitleEnabled(false)
// ... kode-kode lain
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment