[Feature Request]: Add Missing style Attributes to TextViews #5661
Labels
enhancement
End user-perceivable enhancements.
good first issue
This item is good for new contributors to make their pull request.
Impact: Low
Low perceived user impact (e.g. edge cases).
Work: Low
Solution is clear and broken into good-first-issue-sized chunks.
Is your feature request related to a problem? Please describe.
The
TextViewStyleCheck
script was introduced in #5599 to ensure all TextView elements in layout XML files use centrally managed styles to support consistent design and proper RTL/LTR settings. However, a list of hardcoded exceptions (attributeIds) has been added to bypass the style check for specific TextView elements that currently lack a style attribute.This issue aims to address these exceptions by updating the respective
TextView
elements to include appropriate centrally managed style attributes.Describe the solution you'd like
TextView
element to use the identified or newly created style, and then remove its ID from the attributeIds list in theTextViewStyleCheck
script.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: