I want to have button that will resize font size across my entire aplication. I want to change size of every text from 100% of size that I already have to 200%. Android accessibility already does that. Android have "fint size" changing it will resize every text in my application. I need a button that will do something similar.
https://support.google.com/accessibility/android/answer/11183305?hl=en
You can wrap your application with
MediaQueryChange textScaleFactor on button press and pass it to this widget.