[android-beginners] Re: Can't update view

2009-11-22 Thread keyvez
Can anyone answer this questions or is this not a beginner question? On Nov 4, 3:14 am, keyvez wrote: > I am populating (through inflation) an XML file and then I want to > update the textSize of each TextView and redraw it, but it's not > updating the view with new textSize. > > Here is the code

Re: [android-beginners] Re: Can't update view

2009-11-23 Thread Justin Anderson
Have you verified that the layout and view are not null? -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On S

Re: [android-beginners] Re: Can't update view

2009-11-24 Thread Xu Bill
do not try to change view step by step in onCreate(). this method can only init your view once On Nov 23, 2009 1:51 PM, "keyvez" wrote: Can anyone answer this questions or is this not a beginner question? On Nov 4, 3:14 am, keyvez wrote: > I am populating (through inflation) an XML fi... --