Re: [android-developers] Question regarding RelativeLayout

2011-01-23 Thread Kostya Vasilyev
Seems like your intent is a side-by-side layout for a tablet device. I would recommend you use a top-level LinearLayout (orientation=horizontal), and give your two relative layouts layout_width="0dp" and layout_weight="1" (that's for a start, you can also experiment with layout_width="wrap_content

[android-developers] Question regarding RelativeLayout

2011-01-23 Thread Rutton
Hello there, I am having a question regarding the layout of a RelativeLayout. In a small test I have used a layout as this: http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent">