HotBitmapGG / RingProgressBar

A material design circle the progress bar.
Apache License 2.0
780 stars 147 forks source link

Multiple nesting breaks View #11

Open seve opened 7 years ago

seve commented 7 years ago

Long story short: I'm nesting the Ring Progress Bar in a RelativeLayout that is nested in a LinearLayout that is nested in a ScrollView. When I go from just a LinearLayout on the top level to having everything within a ScrollView, the ring will disappear.

milbin commented 5 years ago

I'm facing the same issue, did you ever find the solution?

milbin commented 5 years ago

Nvm found a workarround. For those that are having the same problem: hardcoding the android:layout_height to a specific dp value should solve the problem