feat: 国际出港查询详情 opt

This commit is contained in:
2025-12-04 10:46:49 +08:00
parent 247b72b7e8
commit 08f814531c
6 changed files with 110 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white" />
<corners
android:bottomLeftRadius="8dp"
android:bottomRightRadius="8dp" />
</shape>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white" />
<corners
android:topLeftRadius="8dp"
android:topRightRadius="8dp" />
</shape>