Initial commit retro music app
This commit is contained in:
parent
ab332473bc
commit
fe890632fd
932 changed files with 83126 additions and 0 deletions
12
app/src/main/res/drawable/ic_save_white_24dp.xml
Normal file
12
app/src/main/res/drawable/ic_save_white_24dp.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24">
|
||||
|
||||
<path android:pathData="M0,0h24v24H0V0z" />
|
||||
<path
|
||||
android:fillColor="@color/md_white_1000"
|
||||
android:pathData="M17.59,3.59C17.21,3.21,16.7,3,16.17,3H5C3.89,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V7.83 c0-0.53-0.21-1.04-0.59-1.41L17.59,3.59z M12,19c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S13.66,19,12,19z M13,9H7 C5.9,9,5,8.1,5,7v0c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v0C15,8.1,14.1,9,13,9z" />
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue