-
-
Save jezinka/0ea0efa0a5cff8fe3c3298def1dbeba7 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
Toolbar myToolbar = (Toolbar) findViewById(R.id.main_activity_toolbar); | |
setSupportActionBar(myToolbar); | |
myToolbar.setOverflowIcon(getResources().getDrawable(R.drawable.ic_overflow_sketch, null)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment