androidx版本首次提交

This commit is contained in:
18401019693
2022-07-18 15:31:45 +08:00
commit 1791a114e3
2932 changed files with 218954 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id="@+id/beauty_btn"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_margin="16dp"
android:layout_alignParentBottom="true"
android:gravity="center"
android:onClick="startBeauty"
android:text="点我变美"/>
<ImageView
android:id="@+id/edit_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/beauty_btn"
android:scaleType="centerInside" />
</RelativeLayout>