mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Player graphical adjustments
This commit is contained in:
parent
22d9e70595
commit
c1a0601106
8 changed files with 201 additions and 37 deletions
10
app/src/main/res/drawable/ic_mix_from_here.xml
Normal file
10
app/src/main/res/drawable/ic_mix_from_here.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:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M16,6l2.29,2.29 -4.88,4.88 -4,-4L2,16.59 3.41,18l6,-6 4,4 6.3,-6.29L22,12V6h-6z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue