JAVA日报

从零开始的体温app开发(layout7)

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/btn5"
android:textSize="25dp"
android:layout_margin="20dp"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
原文地址:https://www.cnblogs.com/mumulailai/p/14909581.html