How can I get width and height of a linear layout which is defined in xml as fill_parent both in height and width? I have tried onmeasure method but I dont know why it is not giving exact value. I need these values in an Activity before oncreate method finishes.
Share
Suppose I have to get a
LinearLayoutwidth defined in XML. I have to get reference of it by XML. DefineLinearLayoutlas instance.