feat: implement route type and icons
This commit is contained in:
parent
3c0eb906cc
commit
4cd160cc47
13 changed files with 200 additions and 3 deletions
14
composeApp/src/commonMain/composeResources/drawable/bus.xml
Normal file
14
composeApp/src/commonMain/composeResources/drawable/bus.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:gravity="fill"
|
||||
android:drawable="@drawable/bus_background"
|
||||
/>
|
||||
<item
|
||||
android:gravity="center"
|
||||
android:drawable="@drawable/bus_icon"
|
||||
android:top="5dp"
|
||||
android:bottom="5dp"
|
||||
android:left="5dp"
|
||||
android:right="5dp"
|
||||
/>
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue