RingProgressBar icon indicating copy to clipboard operation
RingProgressBar copied to clipboard

Multiple nesting breaks View

Open seve opened this issue 7 years ago • 2 comments

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.

seve avatar Nov 12 '17 02:11 seve

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

milbin avatar Dec 20 '18 12:12 milbin

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

milbin avatar Dec 20 '18 21:12 milbin