how to set height of relative layout dynamically in android
问题 This is working fine on emulator but not on the devices because I have hard coded the height to 365. Can anyone help me in this regard? <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TabHost android:id="@+id/tab_host" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TabWidget android:layout_width=