ef00e5f20b
- Improve code with reference and split gain category This reverts commits -471da74
-de7135d
-f6c011d
All credit goes to Stylog, this is just revert commits with few improvement Co-authored-by: clarencelol <clarencekuiek@icloud.com>
9 lines
383 B
XML
9 lines
383 B
XML
<!-- drawable/equalizer.xml -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
<path android:fillColor="#000" android:pathData="M10,20H14V4H10V20M4,20H8V12H4V20M16,9V20H20V9H16Z" />
|
|
</vector>
|