I want to have a setting activity where the user be able to change the font size of the text for the entire app ... I also only have one textview which makes the work easy but I can't figure it out by myself.
for example I have an activity where it displays the texts and it's called (Contentactivity)
and then there will be another activity named (Settingactivity ) where from here the user be able to change the font size of the text of the Contentactivity .
I hope it's clear and thank you very much for your help .