leonardojobim

Results 3 comments of leonardojobim

I recreated the project and it worked fine. Thank you.

@ParkSangGwon If I execute the code below: ``` java WindowManager wm = (WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE); Display display = wm.getDefaultDisplay(); Point size = new Point(); display.getSize(size); int width = size.x; Config config...

So as it is not possible to define width size as resource ID (it depends on device), then it is not possible to set square image at moment. Is it...