Thank you pedr.. right now am using run time views....
On Dec 1, 6:02 pm, pedr0 <[email protected]> wrote: > Dear Raju, > > What are you talking about it's very weird, an activity use a layout > loaded with setContentView(), this XML file will be use to find the > tag with findViewbyId(). > If you don't want some attributes, simply don't declare it's inside > the XML file, if you need to set some attributes at run-time set it by > code. > > On 1 Dic, 08:19, Raju <[email protected]> wrote: > > > Hi all > > > How to use my custom layout properties in my activity , but i dont want it > > to appear in my screen, i just need to use findViewById to find each > > property , since all the properties are null , if am not going to use the > > setContentView(), method, but if i use this method all the attributes are > > loaded. > > > Is there any solution for this problem, > > > -- > > Thanks and Regards > > > Raju .G -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

