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
I have one annoying problem. I want to draw your progress (blue progress with semitransparent green rim) on a RoundedImageView with own border (red).
I have 10dp border and as you can see I get there 5dp padding on a ProgressWheel. Setting android:padding="0dp" or android:layout_margin="0dp" doesn't change anything. Only after I set 5dp padding on to the RoundedImageView progress display in correctly place.
When i set border_width to 4dp then I have 2dp padding. Even after setting circleRadius="120dp" in place of fillRadius="true" issue still exist.
Of course in place of RoundedImageView it's can be simple ImageView with circle drawable but issue is still the same.
HELLo,
I have one annoying problem. I want to draw your progress (blue progress with semitransparent green rim) on a
RoundedImageView
with own border (red).I have
10dp
border and as you can see I get there5dp
padding on aProgressWheel
. Settingandroid:padding="0dp"
orandroid:layout_margin="0dp"
doesn't change anything. Only after I set5dp
padding on to theRoundedImageView
progress display in correctly place.When i set
border_width
to4dp
then I have2dp
padding. Even after settingcircleRadius="120dp"
in place offillRadius="true"
issue still exist.Of course in place of
RoundedImageView
it's can be simpleImageView
with circle drawable but issue is still the same.Simplified layout:
The text was updated successfully, but these errors were encountered: