[android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-05 Thread amro alfares
Hello As far as i know this is not possible you can achieve that at run time but not in XML file Hope that helps Regards Amro Alfares On Tuesday, June 4, 2013 5:15:54 AM UTC+3, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within

Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml file is not used for layout which will load on run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using

Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml is only used for layout which will load at run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a

[android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-03 Thread Jonathan S
Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file? The boolean value used by a conditional expression wants then to use what the java side