[android-developers] How to make this layout in programming?

2010-08-17 Thread CMF
I have a layout xml . I would like to do that in java programming. Can anybody help me? ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=wrap_content android:id=@+id/rl

Re: [android-developers] How to make this layout in programming?

2010-08-17 Thread Kostya Vasilyev
Take a look at LayoutInflater: http://developer.android.com/reference/android/view/LayoutInflater.html It might be easier than building all these views from code, but still you can inject the inflated view hierarchy into an existing layout. -- Kostya 17.08.2010 13:41, CMF пишет: I have a