Added MD3 playing theme
This commit is contained in:
parent
ae13590204
commit
7debeb13c0
13 changed files with 771 additions and 0 deletions
16
app/src/main/res/drawable/ic_pause_outline_small.xml
Normal file
16
app/src/main/res/drawable/ic_pause_outline_small.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:strokeWidth="1.5"
|
||||
android:pathData="M6.5,5.5h3v13h-3z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:strokeWidth="1.5"
|
||||
android:pathData="M14.5,5.5h3v13h-3z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000" />
|
||||
</vector>
|
10
app/src/main/res/drawable/ic_play_arrow_outline_small.xml
Normal file
10
app/src/main/res/drawable/ic_play_arrow_outline_small.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M10,8.64L15.27,12 10,15.36V8.64M8,5v14l11,-7L8,5z" />
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue