mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-15 18:25:59 -07: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_lyrics.xml
Normal file
10
app/src/main/res/drawable/ic_lyrics.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="M21,11.01L3,11v2h18zM3,16h12v2H3zM21,6H3v2.01L21,8z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue