Actually i want to specify the custom text size in my application by user selection. Below is a figure that demonstrate the idea/theme
So, for that i have an idea to achieve this.
I will create a dialog in the view which having the user input options to increase/ decrease the font size. after changing the font size, i vll apply the same to the application. (+) & (-) signs will work to change the font size as well as seek bar too.
Here my question is is there any specific font style/ size changes in build android class / library / any other idea is available?
any help will be appreciate. mean while i will come with something which i try. Thankyou
You can do this simply by:
you can check
To increase the size of your
textView
you can usewhere
values
is an array.And to decrease you can try
You can try this-
do it this way
and don't forget onProgressChanged: