-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI check to ensure all TextViews have a style check #3972
Comments
/cc @veena14cs |
@BenHenning I would like to work on this issue |
Sounds good! Assigning this to you @yash10019coder. |
Unassigning myself to free it up for others. Will pick it up later if it's still available. |
HI @adhiamboperes can i work on this issue, i'll add the requested TextViewStyleChecker script. |
@manas-yu, could you please provide an outline of how you would approach this issue? |
@adhiamboperes I'll add the |
Related issue: #3971. We need to make sure that TextViews have a centrally managed style set so that RTL/LTR settings can be properly managed. To do this, we need a CI check that runs a script which parses all layout files to ensure that TextView elements have a style set that corresponds to a local codebase style (i.e. uses
@style/
).For reference, I suggest looking at the manifest transformation script since it parses & modifies XML today (so it's a good basis for the parsing needs of this new TextView script).
The text was updated successfully, but these errors were encountered: