Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> 王立平-- android:layout_weight

王立平-- android:layout_weight

編輯:關於Android編程

效果:

\



android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:orientation="vertical" >
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="3"
android:background="#D200D2"/>
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="#6f00D2"/>


  1. 上一頁:
  2. 下一頁:
Copyright © Android教程網 All Rights Reserved