添加弹窗,弹窗通用背景
This commit is contained in:
10
common/src/main/res/layout/promotion_elite_popup.xml
Normal file
10
common/src/main/res/layout/promotion_elite_popup.xml
Normal 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>
|
||||
Reference in New Issue
Block a user