3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java13,397 stars (13,397 stars)3,436 forks (3,436 forks)batch import
help wantedquestion
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Android development environmentknowledge of layout
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- This issue reports that the 'year' label is not centered in the picker view. To fix, locate the layout file for the picker (likely in res/layout) and find the TextView for the year. Ensure its gravity is set to center (e.g., android:gravity="center"). If using a custom view, check the alignment logic in the Java code. The issue lacks screenshots, so reproduce on a device to confirm the fix.