Hi I have created an application which works good. However I would like a preference where the user can change the text size of the main application. The main app only consists of one view. Is this possible?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can do this several different ways. Define multiple layouts with different attributes for android:textSize on your TextView’s and EditText’s, Or use one layout and go through and call myTextView.setTextSize(someInt); on each of your views. You could store the int in sharedPreferences. @Nanne is right you need to work on your accept rate. Or people will be less willing to help you.