Got Warning : this linearlayout layout or its framelayout parent is possibly useless
问题 <TabHost android:id="@+id/tabHost" android:layout_width="fill_parent" android:layout_height="fill_parent" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <FrameLayout android:id="@android:id/tabcontent" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" > // --------------------------- Here I got warning ------------------------- <LinearLayout android:id="@+id/chat_list"