You need to decompile the apk using "APK Easy Tool" or similar.
The attached file belongs to:
Android application:
package:/system/priv-app/LGSystemUI/LGSystemUI.apk=com.android.systemui
Resource file inside the apk once decompiled:
res/drawable-nodpi-v4/icon.xml
More information:
https://developer.android.com/reference ... wable.html
https://developer.android.com/studio/wr ... tudio.html
http://stackoverflow.com/questions/3309 ... r-drawable
XML example file:
https://bugzilla.gnome.org/attachment.cgi?id=342173
Add support for android's VectorDrawable xml format
Re: Add support for android's VectorDrawable xml format
I moved your topic to the developers part because you are asking for an extra feature. We don't consider this a bug.
Re: Add support for android's VectorDrawable xml format
Thanks I posted on bugs since there's no request feature subforum.
Re: Add support for android's VectorDrawable xml format
Can you track down several more Android XML files and their corresponding rendering and post a URL to download them here. We'll use the vector set to verify our vector drawable coder is working properly.
What is the usual file extension for an Android vector drawable?
What is the usual file extension for an Android vector drawable?
Re: Add support for android's VectorDrawable xml format
More information:
-> https://ozodrukh.github.io/Svg2MrVector/
-> https://github.com/inloop/svg2android
-> https://github.com/telly/MrVector
Tried to visualize several xml files as pictures with Android Studio, but it's much more difficult that it should.
- Vector Images Come to Android: What Devs Need to Know
- AppCompat — Age of the vectors
- Vector Graphics in Android: Converting SVG to VectorDrawable
- Having a look at Androids VectorDrawable
-> https://ozodrukh.github.io/Svg2MrVector/
-> https://github.com/inloop/svg2android
-> https://github.com/telly/MrVector
Tried to visualize several xml files as pictures with Android Studio, but it's much more difficult that it should.
-
- Posts: 1
- Joined: 2017-11-10T02:51:12-07:00
- Authentication code: 1152
Re: Add support for android's VectorDrawable xml format
I would love to know what the status of this is!