Help in finding and visualizing drawables in commonMain #6507
Replies: 3 comments 3 replies
-
The .xml is a propiatary android format, similar to svgs. Every svg is converted to this format, but you can find the originals at https://github.com/streetcomplete/StreetComplete/tree/master/res/graphics/quest
They are used when building the application. The .svg is only used for documentation and the wiki. |
Beta Was this translation helpful? Give feedback.
-
Don't know about Android Studio (as I don't use it) but you can preview .xml Android Drawables them online at e.g. https://vd.floo.app/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm new on the project and with Kotlin multiplatform, while working on a quest suggested in #6457, I wanted to look at an icon and was taken to this file:
app/src/commonMain/composeResources/drawable/count_electric_car.xml
.Android Studio doesn't give a preview option for this file and I can't find it in the Project file list.
Does anyone have a solution to see this file (and the others inside
app/src/commonMain/composeResources/drawable
) ? Did I miss something or forgot an update ? Also are these files meant to be used ?Beta Was this translation helpful? Give feedback.
All reactions