RichPath
RichPath copied to clipboard
SVG Remove White space
How to remove white space around svg file? "adjustviewbound:" or "scaletype:" property not working as like normal imageview. i want to display svg image with my custom size, is it possible then please let me know.
"RichPathView" is taking whole screen even after i set it to "wrap_content" for custom width and height.
Thank you.
@alpesh031 just set your custom size in the vector drawable xml file,
like this:
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
...
</vector>
Why does it not display when we give a value greater than the screen dimensions? Even if it's inside a scrollview.
@mahmutadana could you provide a full example, please?