DjHacktor
Results
2
comments of
DjHacktor
@maheshchunkhade @guille221191 the problem is with ``` protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, heightMeasureSpec); recalculateMeasureDiff(); int totalHeight = imgMain.getHeight() + satelliteDistance + measureDiff; int totalWidth = imgMain.getWidth() +...
@JosephRedfern have you got any success on this issue ?