mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 04:53:54 +00:00
[android] display info about available sockets on charging stations
This commit includes SVG icons of the sockets that are currently supported. This icons have been created for this specific occasion. Signed-off-by: Séverin Lemaignan <severin@guakamole.org>
This commit is contained in:
5
android/app/src/main/res/drawable/bg_badge.xml
Normal file
5
android/app/src/main/res/drawable/bg_badge.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="?attr/colorPrimary"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user