This repository has been archived on 2026-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
DashboardClient/app_dashboard/src/main/res/layout/activity_gallery.xml

12 lines
450 B
XML
Raw Normal View History

2024-03-16 13:23:52 +08:00
<?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"
2025-09-11 14:31:36 +08:00
tools:context=".GalleryActivity">
2024-03-16 13:23:52 +08:00
<com.youth.banner.Banner
android:id="@+id/banner"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>