Skip to content

Commit

Permalink
Added icon Battery voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpr0 committed Oct 15, 2024
1 parent addd603 commit de8f17c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
13 changes: 13 additions & 0 deletions OsmAnd/res/drawable/ic_action_obd_battery_voltage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,9V12H14L11,17V14H9L12,9Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M8,4H5V6H2V12H3V18C3,19.1046 3.8954,20 5,20H19C20.1046,20 21,19.1046 21,18V12H22V6H19V4H16V6H8V4ZM5,10H4V8H20V10H19V18H5V10Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>
23 changes: 23 additions & 0 deletions OsmAnd/res/drawable/widget_obd_battery_voltage_day.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M9,2C9.5523,2 10,2.4477 10,3V4H14V3C14,2.4477 14.4477,2 15,2H20C20.5523,2 21,2.4477 21,3V4H23C23.5523,4 24,4.4477 24,5V11.5C24,11.7761 23.7761,12 23.5,12H23V18C23,20.2091 21.2091,22 19,22H5C2.7909,22 1,20.2091 1,18V12H0.5C0.2239,12 0,11.7761 0,11.5V5C0,4.4477 0.4477,4 1,4H3V3C3,2.4477 3.4477,2 4,2H9Z"
android:fillColor="#394642"
android:fillType="evenOdd"/>
<path
android:pathData="M5,4H8V6H16V4H19V6H22V10H21V18C21,19.1046 20.1046,20 19,20H5C3.8954,20 3,19.1046 3,18V10H2V6H5V4Z"
android:fillColor="#FFC107"/>
<path
android:pathData="M5,4H8V6H5V4Z"
android:fillColor="#237BFF"/>
<path
android:pathData="M16,4H19V6H16V4Z"
android:fillColor="#DD3737"/>
<path
android:pathData="M12,12V9L9,14H11L11,17L14,12H12Z"
android:fillColor="#394642"
android:fillType="evenOdd"/>
</vector>
23 changes: 23 additions & 0 deletions OsmAnd/res/drawable/widget_obd_battery_voltage_night.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M9,2C9.5523,2 10,2.4477 10,3V4H14V3C14,2.4477 14.4477,2 15,2H20C20.5523,2 21,2.4477 21,3V4H23C23.5523,4 24,4.4477 24,5V11.5C24,11.7761 23.7761,12 23.5,12H23V18C23,20.2091 21.2091,22 19,22H5C2.7909,22 1,20.2091 1,18V12H0.5C0.2239,12 0,11.7761 0,11.5V5C0,4.4477 0.4477,4 1,4H3V3C3,2.4477 3.4477,2 4,2H9Z"
android:fillColor="#595959"
android:fillType="evenOdd"/>
<path
android:pathData="M5,4H8V6H16V4H19V6H22V10H21V18C21,19.1046 20.1046,20 19,20H5C3.8954,20 3,19.1046 3,18V10H2V6H5V4Z"
android:fillColor="#FFC107"/>
<path
android:pathData="M5,4H8V6H5V4Z"
android:fillColor="#237BFF"/>
<path
android:pathData="M16,4H19V6H16V4Z"
android:fillColor="#DD3737"/>
<path
android:pathData="M12,12V9L9,14H11L11,17L14,12H12Z"
android:fillColor="#595959"
android:fillType="evenOdd"/>
</vector>

0 comments on commit de8f17c

Please sign in to comment.