android-HoloCircularProgressBar
                                
                                 android-HoloCircularProgressBar copied to clipboard
                                
                                    android-HoloCircularProgressBar copied to clipboard
                            
                            
                            
                        Fix view bounds
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:
 after:
after:

the modified sample layout file (activity_home.xml) I've used: http://paste.kde.org/pfhl88x6e
I'll look into it. Your solution works but it breaks the functionality in a ScrollView. But I'm sure to fix this soon.