You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: