2022-07-18 15:31:45 +08:00

20 lines
669 B
XML

<?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:gravity="center"
android:layout_height="match_parent">
<Button
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_margin="16dp"
android:onClick="startCamera"
android:text="相机"/>
<Button
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_margin="16dp"
android:onClick="startEdit"
android:text="编辑"/>
</LinearLayout>