lopspower / CircularProgressBar

Create circular ProgressBar in Android ⭕
Apache License 2.0
1.73k stars 223 forks source link

Bug on Samsung M10 #39

Open deputat007 opened 4 years ago

deputat007 commented 4 years ago
<com.mikhaellopez.circularprogressbar.CircularProgressBar
                        android:id="@+id/progress_bar"
                        android:layout_width="@dimen/_40sdp"
                        android:layout_height="@dimen/_40sdp"
                        android:layout_centerInParent="true"
                        android:layout_gravity="center"
                        android:visibility="visible"
                        app:cpb_background_progressbar_color="@android:color/transparent"
                        app:cpb_background_progressbar_width="2dp"
                        app:cpb_indeterminate_mode="true"
                        app:cpb_progress_direction="to_right"
                        app:cpb_progressbar_color="@color/white"
                        app:cpb_progressbar_width="6dp"/>

on Samsung device on other devices