Hello I want to change the navigation bar/battery icon to something else and instead of using .png i want to use VectorDrawable xmls because converting it to svg and then to png will give quality loss
Is it possible to use vectordrawable XML's in miui themes?
example of what im talking about:
<path android:fillColor="?singleToneColor" android
athData="M6.49,14.86c-0.66-0.39-0.66-1.34,0-1.73l6.02-3.53l5.89-3.46C19.11,5.73,20,6.26,20,7.1V14v6.9 c0,0.84-0.89,1.37-1.6,0.95l-5.89-3.46L6.49,14.86z" />
Is it possible to use vectordrawable XML's in miui themes?
example of what im talking about:
<path android:fillColor="?singleToneColor" android
Last edited: