极限第二天

新建一个button

在布局中点击Text,添加代码:

<?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">

<Button

android:id="@+id/button_1"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:text="Button 1"

/>

</LinearLayout>

posted @ 2020-04-19 22:09  明月照我还  阅读(73)  评论(0编辑  收藏  举报