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>
浙公网安备 33010602011771号