448
No
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.cyj.myapplication.MainActivity">
<Button
android:text="Button1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:id="@+id/button"
android:layout_weight="1"
/>
<Button
android:text="Button2"
android:layout_width="match_parent"
android:layout_height="0dp"
android:id="@+id/button2"
android:layout_weight="1"
/>
</LinearLayout>
댓글 ( 4)
댓글 남기기