天天看點

Android Studio學習之-控件總結

1、

android:orientation="vertical"垂直分布      
<TextView  文本框      
Android Studio學習之-控件總結

2、圖檔資源

match_parent填充      
Android Studio學習之-控件總結

3 、button

<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="按鍵" />      
Android Studio學習之-控件總結