mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #102 from lgoix/battery-plugged
Display power plug icon when no battery #99
This commit is contained in:
commit
c10beb816a
2 changed files with 36 additions and 12 deletions
11
app/src/main/res/drawable/ic_power_plug_24.xml
Normal file
11
app/src/main/res/drawable/ic_power_plug_24.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:fillAlpha=".5"
|
||||
android:pathData="M16,7V3H14V7H10V3H8V7H8C7,7 6,8 6,9V14.5L9.5,18V21H14.5V18L18,14.5V9C18,8 17,7 16,7Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue