<?xml version=”1.0″ encoding=”utf-8″?>

<LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android”

    android:orientation=”vertical” 

     android:layout_width=”match_parent”

     android:layout_height=”match_parent”>

      android:layout_width=”match_parent” 

      android:layout_height=”wrap_content”

      android:text=”按钮”

      android:id=”@+id/button_1″/>

      />

      android:layout_width=”match_parent”

      android:layout_height=”wrap_content”

      android:id=”@+id/edit_text”

      android:hint=”type sonmething here”

      />

</LinearLayout>

webp

5 对 “android studio基本布局之一线性布局”的想法;

发表评论

邮箱地址不会被公开。 必填项已用*标注

412 次浏览