* Drop Lineage Health dependency * Turn bypass charging into a tri-state (0-BYPASS_OFF, 1-BYPASS_WAITING, 2-BYPASS_OFF * Add target limit Change-Id: I06b6e9e8da7ffc20c769d47627d07cc189e884b4
13 lines
709 B
XML
13 lines
709 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="50"
|
|
android:viewportHeight="50"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M41.9,23.9c-0.3,-6.1 -4,-11.8 -9.5,-14.4 -6,-2.7 -13.3,-1.6 -18.3,2.6 -4.8,4 -7,10.5 -5.6,16.6 1.3,6 6,10.9 11.9,12.5 7.1,2 13.6,-1.4 17.6,-7.2 -3.6,4.8 -9.1,8 -15.2,6.9 -6.1,-1.1 -11.1,-5.7 -12.5,-11.7 -1.5,-6.4 1.5,-13.1 7.2,-16.4 5.9,-3.4 14.2,-2.1 18.1,3.7 1,1.4 1.7,3.1 2,4.8 0.3,1.4 0.2,2.9 0.4,4.3 0.2,1.3 1.3,3 2.8,2.1 1.3,-0.8 1.2,-2.5 1.1,-3.8 0,-0.4 0.1,0.7 0,0z" />
|
|
|
|
</vector>
|