1:添加酒吧房各个弹框,只有界面

This commit is contained in:
2026-01-05 16:17:04 +08:00
parent 9ef4f27ed9
commit 44ebb14fb3
39 changed files with 1970 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="360"
android:endColor="#ff093a1f"
android:startColor="#ff1e4853"
android:type="linear"
android:useLevel="true" />
<corners
android:bottomLeftRadius="0dp"
android:bottomRightRadius="0dp"
android:topLeftRadius="14dp"
android:topRightRadius="14dp" />
</shape>