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
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Material Design `ProgressBar` with consistent appearance on Android 4.0+.
10
10
- Correct tinting across platforms.
11
11
- Able to remove the intrinsic padding of framework `ProgressBar`.
12
12
- Able to hide the progress background of framework horizontal `ProgressBar`.
13
+
- Able to show a determinate circular progress.
13
14
- Used as a drop-in replacement for framework `ProgressBar`.
14
15
15
16
## Preview
@@ -69,6 +70,7 @@ Available custom attributes:
69
70
-`app:mpb_setBothDrawables`: Whether both determinate and indeterminate drawables should be set on this progress bar. Defaults to `false`.
70
71
-`app:mpb_useIntrinsicPadding`: Whether progress drawable should use its intrinsic padding. Defaults to `true`.
71
72
-`app:mpb_showProgressBackground`: Whether progress drawable should show a progress background. Defaults to `true` for horizontal progress drawable, `false` otherwise.
73
+
-`app:mpb_determinateCircularProgressStyle`: Style of determinate circular progress drawable: normal or dynamic. Defaults to `normal`.
72
74
73
75
8 tint-related attributes such as `app:mpb_progressTint` and `app:mpb_progressTintMode` are also supported so that they can control the tinting of progress drawables. The default tint color is `?colorControlActivated`, and the default tint mode is `src_in`.
74
76
@@ -80,6 +82,7 @@ Three Material Design drawables are backported to Android 4.0 (API 14), so you c
0 commit comments