CPF/AndroidTest/Resources/layout/activity_main.xml

10 lines
430 B
XML
Raw Normal View History

2023-11-21 23:05:03 +08:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:layout_width="100dp"
android:layout_height="50dp" android:text="测试"/>
</RelativeLayout>