Last active
September 5, 2019 09:55
-
-
Save PatilShreyas/1c3351ceabd7abff30a81b3252bc16f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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