[android-developers] Re: Question regarding adding a view that can overlap other views in the layout/activity.

2009-04-20 Thread Ravi Chittari
I am trying this in two ways (a) defining my custom view as part of the Layout file. When the app runs and activity loads this layout. The custom View runs and displays the content in its position. The enclosing layout of my custom view could be any layout not just Linear. For example, if enclos

[android-developers] Re: Question regarding adding a view that can overlap other views in the layout/activity.

2009-04-20 Thread Android Users
Just let me know if i have understood right. U have a layout say having 3 views. Dynamically if u add a view, the layout should get adjusted accordingly and if u keep only one view in the layout then the single view should fill the whole layout. If thats right, the try setting layout weight for e