Closed
Description
Text Scaling Issue
Consider specifying the text size in scaled pixels (sp) instead of density-independent pixels (dp or dip) to improve accessibility and user experience.
Issue Description:
The current text size is defined in dp (density-independent pixels), which does not automatically adjust based on the user's preferred font size settings. This can cause readability issues, especially for users who rely on larger text due to visual impairments.
Recommendation:
To ensure proper text scaling and accessibility, use sp (scaled pixels) instead of dp. The sp unit scales dynamically according to the system-wide font size settings, making the app more user-friendly.
Metadata
Metadata
Assignees
Labels
No labels