Skip to content

Instantly share code, notes, and snippets.

@sarkarshuvojit
Created February 24, 2017 06:00
Show Gist options
  • Save sarkarshuvojit/60e3866ba3aa6933bf5310898524d8b4 to your computer and use it in GitHub Desktop.
Save sarkarshuvojit/60e3866ba3aa6933bf5310898524d8b4 to your computer and use it in GitHub Desktop.
Google is very confused about what it wants to name the back button of the action bar, and keeps changing it version-by-version. This is an exact copy of the back button vector, add it in drawables/ to use.
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:autoMirrored="true"
android:tint="?attr/colorControlNormal">
<path
android:pathData="M20,11L7.8,11l5.6,-5.6L12,4l-8,8l8,8l1.4,-1.4L7.8,13L20,13L20,11z"
android:fillColor="@android:color/white"/>
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment