Android: add doric panel list

This commit is contained in:
Unknown
2022-07-11 14:26:32 +08:00
committed by osborn
parent 75aec7f78d
commit 598634e0dc
4 changed files with 167 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/doric_panel_rv"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>