lsjwzh / lsjwzh/MaterialLoadingProgressBar
A gray dot appeared when "android:layout_width" less than 30.
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
android:id="@+id/progressBar"
app:mlpb_progress_stoke_width="2dp"
app:mlpb_progress_color="@color/loginFocusedBorder"
app:mlpb_background_color="@color/white"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginTop="-3dp"
android:layout_marginRight="-3dp"
android:visibility="gone"
android:layout_gravity="right"/>
A gray dot appeared In the upper left corner.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with CircleProgressBar configured in the provided XML, especially a 20dp layout width and height. Trace the progress indicator's rendering for dimensions below 30dp; the issue is done when the upper-left gray dot no longer appears at those sizes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100