整理工程

This commit is contained in:
Zhanghu
2025-09-11 14:31:36 +08:00
parent 9edf9a5ba0
commit 637867ade8
53 changed files with 453 additions and 104 deletions

View File

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