by mangaluve » Mon Apr 06, 2009 11:49 am
I want to write my own LinearLayout class, for learning purposes. Usually I specify some XML attributes for my items, for instance layout_width (android:layout_width="wrap_content). In my own view, how can I read this attribute from it's children?