
Remove scientific notation from the auxio icon, allowing me to reintroduce it to the notification icon. API 21 does not support scientific notation in vector drawables, so we need to remove them from the icon for it to not crash the system ui.
10 lines
666 B
XML
10 lines
666 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="?attr/colorPrimary"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M 11.999922,3.0000008 V 13.000215 H 11.536969 10.05922 8.463326 l -2.462917,2.463012 v 1.521871 C 6.000391,16.990198 6,16.995198 6,17.000298 c 0,0.0051 0.0004090,0.01011 0.0004090,0.0152 v 1.521487 l 2.462917,2.463014 h 3.073643 l 2.46292,-2.463014 v -1.521487 c 0.0000190,-0.005 0.0003720,-0.0101 0.0003720,-0.0152 V 7.0002786 H 18 V 3.0003858 Z" />
|
|
</vector>
|