sdex / ActivityManager

Launch any application activity
Apache License 2.0
604 stars 34 forks source link

Update item_activity.xml #6

Closed iris-mobile-accessibility-repair closed 2 years ago

iris-mobile-accessibility-repair commented 2 years ago

The original text color of the component is '#AAAAAA', and the contrast between the text color and the background color does not meet the standard of WCAG 2.1. In other words, this color cannot be easily seen by everyone. So, to solve this problem, our team designed a tool that can automatically detect and repair such problems. The test report and recommended replacement colors ('#757575') are as follows: image The figure on the left is the original page, the figure on the right is the repaired page, and the figure below is the problem detection report. If you think it is useful, please give me feedback. Your feedback is very important to me. We sincerely hope to receive your suggestions and opinions as an app developer.

sdex commented 2 years ago

The tool is good (and I changed the color). Unfortunately, the PR is not very useful. It doesn't respect the color name and doesn't count colors for night mode.