Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Last active September 5, 2019 09:55
Show Gist options
  • Select an option

  • Save PatilShreyas/1c3351ceabd7abff30a81b3252bc16f2 to your computer and use it in GitHub Desktop.

Select an option

Save PatilShreyas/1c3351ceabd7abff30a81b3252bc16f2 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val navView = findViewById(R.id.nav_view)
navView.setItemStyle(MaterialNavigationView.ITEM_STYLE_ROUND_RIGHT)
navView.setItemStyle(MaterialNavigationView.ITEM_STYLE_ROUND_RECTANGLE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment