mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 02:41:40 +00:00
Added new podcast controller icons
This commit is contained in:
parent
c376adf2d9
commit
0c6bab8fd6
5 changed files with 47 additions and 0 deletions
9
app/src/main/res/drawable/ic_replay.xml
Normal file
9
app/src/main/res/drawable/ic_replay.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6s-6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8S16.42,5 12,5z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue