ImageLayout
ImageLayout copied to clipboard
Android - A layout that arranges its children in relation to a background image
I am using android studio 3 and getting this error Error inflating class com.manuelpeinado.imagelayout.ImageLayout. In previous versions, it was working fine.
you have these methods.. ``` /** * Changes the background image and its layout dimensions. */ public void setImageResource(int imageResource, int imageWidth, int imageHeight) { bitmap = extractBitmapFromDrawable(getResources().getDrawable(imageResource)); bitmapSrcRect =...
Can you some example of how to do it? Because I wanted to implement dragging of the children to set their position.
Hey I have the exception I mention in the title. It happen when I'm trying to inflate the layout. the size of the image is 296Kb what can I do?
I found that this library has some issues in what concerns the position of the component when this is inside a ViewPager, for example. Applying a layout_weight value to the...
How can I add it in a gradle project? thanks!