添加弹窗,弹窗通用背景

This commit is contained in:
18401019693
2023-12-12 16:36:31 +08:00
parent d0b7b065b2
commit ef34a6cf4f
4 changed files with 57 additions and 0 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="219dp"
android:layout_marginStart="22dp"
android:layout_marginEnd="22dp"
android:background="@mipmap/background_order_dialog"
android:orientation="vertical">
</LinearLayout>