Skip to content

Instantly share code, notes, and snippets.

@iZiMO
Created April 7, 2016 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iZiMO/30c7b5c58aee6333729631df5a5c1356 to your computer and use it in GitHub Desktop.
Save iZiMO/30c7b5c58aee6333729631df5a5c1356 to your computer and use it in GitHub Desktop.
Vector referencing colour palette
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="360dp"
android:height="230dp"
android:viewportWidth="360"
android:viewportHeight="230">
<path
android:fillColor="?attr/medium_dark"
android:pathData="..." />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment