I have One layout file with TextView, EditText and ImageView, and when i go to setting screen and change the font size, I have to reload the above activity runtime.
There will be only one layout file and everytime font size is changed same file should be loaded to match the new font size.
how can i achieve this ?
Thanks