Skip to content

Instantly share code, notes, and snippets.

@luck-alex13
Created April 14, 2018 13:26
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 luck-alex13/ae051cd52916adbf06e0d5d0faa6b933 to your computer and use it in GitHub Desktop.
Save luck-alex13/ae051cd52916adbf06e0d5d0faa6b933 to your computer and use it in GitHub Desktop.
default android back arrow button
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="?attr/homeAsUpIndicator"
android:background="?attr/selectableItemBackgroundBorderless"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment