feat:初步完成百顺游戏接入

This commit is contained in:
max
2024-04-30 19:45:48 +08:00
parent 5e634b1fda
commit 01f3418f43
29 changed files with 799 additions and 204 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#2D1E4D" />
<corners
android:bottomLeftRadius="0dp"
android:bottomRightRadius="0dp"
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
</shape>