OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 android:width="@dimen/snippets_thumbnail_size" |
| 4 android:height="@dimen/snippets_thumbnail_size" |
| 5 android:viewportWidth="72" |
| 6 android:viewportHeight="72"> |
| 7 |
| 8 <path android:pathData="M0,0 L72,0 L72,71.9997 L0,71.9997 Z" /> |
| 9 <path android:fillColor="@color/snippets_thumnail_placeholder_fg" |
| 10 android:pathData="M45,42.9997 L45,28.9997 C45,27.8997,44.1,26.9997,43,26
.9997 L29,26.9997 |
| 11 C27.9,26.9997,27,27.8997,27,28.9997 L27,42.9997 |
| 12 C27,44.0997,27.9,44.9997,29,44.9997 L43,44.9997 |
| 13 C44.1,44.9997,45,44.0997,45,42.9997 Z M32.5,37.4997 L35,40.5097 L38.5,35.9997 |
| 14 L43,41.9997 L29,41.9997 L32.5,37.4997 Z" /> |
| 15 </vector> |
OLD | NEW |