mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-10 07:50:34 -07:00
Added new podcast controller icons
This commit is contained in:
parent
c376adf2d9
commit
0c6bab8fd6
5 changed files with 47 additions and 0 deletions
15
app/src/main/res/drawable/ic_forward.xml
Normal file
15
app/src/main/res/drawable/ic_forward.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:scaleX="-1"
|
||||
android:translateX="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">
|
||||
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue