Advertisement
justburtonit

Untitled

Apr 28th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:id="@+id/SettingsBackground"
  4. android:drawable="@*common:drawable/fab_blue" />
  5. <item>
  6. <vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
  7. xmlns:android="http://schemas.android.com/apk/res/android">
  8. <path android:fillColor="@*common:color/tint" android:pathData="M19.757,5.924l-6.062-3.601c-0.807-0.464-2.109-0.463-2.911-0.002L4.508,5.917C3.765,6.344,3,7.37,3,8.429 v7.182c0,0.937,0.623,2.018,1.485,2.514l6.273,3.591c0.409,0.235,0.901,0.36,1.424,0.36c0.523,0,1.016-0.124,1.431-0.364 l6.138-3.589C20.672,17.593,21,16.477,21,15.611V8.429C21,7.565,20.672,6.452,19.757,5.924Z M5,15.611V8.429 c0-0.149,0.272-0.537,0.503-0.67l6.326-3.595c0.065-0.037,0.218-0.077,0.401-0.077c0.183,0,0.367,0.039,0.419,0.069l0.058,0.034 l-3.962,9.154l3.721-0.01l-2.407,5.552l-4.579-2.604C5.271,16.162,5,15.78,5,15.611z M19,15.611c0,0.346-0.189,0.623-0.257,0.675 l-6.205,3.59c-0.129,0.073-0.607,0.075-0.743-0.002l-1.256-0.714l7.784-7.852l-4.598-0.007l4.564-3.813l0.451,0.267 C18.81,7.806,19,8.082,19,8.429V15.611z" />
  9. </vector>
  10. </item>
  11. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement