OSDN Git Service

Eleven: much material
[android-x86/packages-apps-Eleven.git] / res / drawable / btn_add_to_playlist.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <vector xmlns:android="http://schemas.android.com/apk/res/android"
3     android:width="24dp"
4     android:height="24dp"
5     android:viewportWidth="24"
6     android:viewportHeight="24">
7
8     <path
9         android:pathData="M0 0h24v24H0z" />
10     <path
11         android:fillColor="@color/white"
12         android:pathData="M14 10H2v2h12v-2zm0-4H2v2h12V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM2
13 16h8v-2H2v2z" />
14 </vector>