添加BB工具集示例源码

This commit is contained in:
ZhanGSKen
2025-03-23 17:12:03 +08:00
parent 3192ae55b1
commit fe12cf7ffe
6 changed files with 243 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>