android-HoloCircularProgressBar icon indicating copy to clipboard operation
android-HoloCircularProgressBar copied to clipboard

Fix view bounds

Open mrmaffen opened this issue 11 years ago • 1 comments

There is a a problem with how the view sets its dimensions in onMeasure. It's actually a simple one-liner that fixes that for me. Here are the before and after screenshots of the view's behaviour: before: circularprogressbar_boundsfixpr_before after: circularprogressbar_boundsfixpr_after

the modified sample layout file (activity_home.xml) I've used: http://paste.kde.org/pfhl88x6e

mrmaffen avatar Oct 17 '14 13:10 mrmaffen

I'll look into it. Your solution works but it breaks the functionality in a ScrollView. But I'm sure to fix this soon.

passsy avatar Oct 18 '14 18:10 passsy