Julian Ostarek
Results
2
comments of
Julian Ostarek
Simple Change this ``` @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, heightMeasureSpec); final int size = Math.min(getMeasuredWidth(), getMeasuredHeight()); setMeasuredDimension(size, size); } ``` to this ``` @Override protected void...
@ArcherEmiya05 Because it is on the timeline, I ended up just writing a simple common shim for formatting/parsing which delegates to [klock](https://github.com/korlibs/klock) under the hood, since that library has a...