Skip to content

Instantly share code, notes, and snippets.

@danielgomezrico
Created April 20, 2017 14:55
Show Gist options
  • Save danielgomezrico/529a0c0022b85618163e125b74319f3e to your computer and use it in GitHub Desktop.
Save danielgomezrico/529a0c0022b85618163e125b74319f3e to your computer and use it in GitHub Desktop.
Android UI Cheatsheet
# Show back arrow on actionBar/toolbar
supportActionBar?.setDisplayHomeAsUpEnabled(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment