2.28今日总结

今天学习了安卓的界面设计

<?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"
tools:context=".MainActivity2">
<Button
android:layout_width="80dp"
android:layout_height="wrap_content"
android:text="按键1"
></Button>
<Button
android:layout_width="80dp"
android:layout_height="wrap_content"
android:text="按键2"
></Button>

</RelativeLayout>

posted @ 2023-02-28 21:52  不洗澡超酷  阅读(10)  评论(0)    收藏  举报