use AuthFragment instead of AuthActivity

This commit is contained in:
BinTianqi
2024-05-15 12:42:59 +08:00
parent 11bd8a28a6
commit b7f6eeadb2
4 changed files with 68 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/base"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>