OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 xmlns:tools="http://schemas.android.com/tools" |
| 4 tools:targetApi="21" |
| 5 android:width="20dp" |
| 6 android:height="20dp" |
| 7 android:viewportWidth="24" |
| 8 android:viewportHeight="24"> |
| 9 |
| 10 <path |
| 11 android:fillColor="@color/black_alpha_20" |
| 12 android:pathData="M13,13m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"/> |
| 13 <path |
| 14 android:fillColor="@android:color/white" |
| 15 android:pathData="M4 6H20v12H4z" /> |
| 16 <path |
| 17 android:fillColor="@color/google_blue_500" |
| 18 android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S1
7.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" /> |
| 19 </vector> |
OLD | NEW |