Add equalizer shortcut to PlayerView
This commit is contained in:
15
app/src/main/res/drawable/equalizer.xml
Normal file
15
app/src/main/res/drawable/equalizer.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="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M125.96,64V130.75c-19.17,6.78 -31.99,24.91 -31.99,45.25 0,20.34 12.82,38.47 31.99,45.25l0,150.17c0,8.84 7.16,19.95 16,19.95 8.84,0 16,-9.71 16,-18.55l0,-151.58c19.17,-6.78 31.99,-24.91 31.99,-45.25 0,-20.34 -12.82,-38.47 -31.99,-45.25V64c0,-8.84 -7.16,-16 -16,-16 -8.84,0 -16,7.16 -16,16z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M242.42,153.03V290.75c-19.17,6.78 -31.99,24.91 -31.99,45.25 0,20.34 12.82,38.47 31.99,45.25V448c0,8.84 7.16,16 16,16 8.84,0 16,-7.16 16,-16v-66.75c19.17,-6.78 31.99,-24.91 31.99,-45.25 0,-20.34 -12.82,-38.47 -31.99,-45.25V152.58c0,-8.84 -7.16,-16.68 -16,-16.68 -8.84,0 -16,8.3 -16,17.13z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m358.88,66.87v66.75c-19.17,6.78 -31.99,24.91 -31.99,45.25 0,20.34 12.82,38.47 31.99,45.25v150.17c0,8.84 7.16,19.95 16,19.95 8.84,0 16,-9.71 16,-18.55V224.12c19.17,-6.78 31.99,-24.91 31.99,-45.25 0,-20.34 -12.82,-38.47 -31.99,-45.25V66.87c0,-8.84 -7.16,-16 -16,-16 -8.84,0 -16,7.16 -16,16z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user