Android Question Fontsize Issue

junaidahmed

Well-Known Member
Licensed User
Longtime User
I have done through autoscale function tutorial.it works fine for controlling the view position but i am only facing problem to change fontsize dynamically eg: listview etc.pls advise how to resolve this problem.
 

klaus

Expert
Licensed User
Longtime User
You should read chapter 8.10.3 AutoScale more advanced examples in the Beginner's Guide.
In the SourceCode/AutoScaleExamples folder you have a project called AutoScaleExample4 containing a Scale code module which allows autoscaling in the code including ListView text size.

Best regards.
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
Thanks Klaus,I have tested AutoScaleExample4 in Basic4Android Version 2.30.but listview textsize does not change.
 
Upvote 0
Top