[android-developers] Re: controling the user language

2010-01-28 Thread gilmad
to do is specify strings of that language in strings.xml and use those string's names where ever required in your application. Eg:-R.string.hello--where hello is the string name having value in some other language. On Jan 16, 10:31 pm, gilmad gma...@gmail.com wrote: hi, I have a multi

[android-developers] controling the user language

2010-01-16 Thread gilmad
hi, I have a multi language app. I want to give the user the ability to control which language to use. that mean that even if he has the English Locale he could use a different language if he wants. How can I change the Locale language? (per app) Thanks -- You received this message because

[android-developers] changing the height of a list view at runtime

2009-12-28 Thread gilmad
hi, I'm trying to change the list view height at runtime. the problem is that I want to change it according to the current height. and when I'm doing myListView.getMeasuredHeight() or myListView.getHeight() it return me a value of zero... whats wrong with what i'm doing? -- You received this