In my application, I have an option for accessibility options.
I want some specific ImageViews
to change their opacity when the user changes his or her accessibility level.
Example: for such behavior, fonts sizes are changed when the user changes the font size in the phone's settings (in case the font is in sp).
Is there any way to change the opacity of certain views all over the application by specific setting?
Thank you