Add a play button to AlbumDetailFragment that shows the option to play the album, or pause/resume the playback if the album is already playing.
11 lines
No EOL
426 B
XML
11 lines
No EOL
426 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="@color/background">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M8.25,6L8.25,12L18.75,12L18.75,12ZM8.25,18L8.25,12L18.75,12L18.75,12Z" />
|
|
</vector> |