看到的一個問題,之前也遇到過,后來便不了了之。<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffe0e8ec"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="20dip" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1.0" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="20dip" /></LinearLayout>
- 2 回答
- 0 關注
- 219 瀏覽
添加回答
舉報
0/150
提交
取消