feat: 国际出港理货 sub list opt
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
14
module_base/src/main/res/drawable/radiobtn_checked_gray.xml
Normal file
14
module_base/src/main/res/drawable/radiobtn_checked_gray.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<!-- 圆形大小 -->
|
||||
<size
|
||||
android:width="15dp"
|
||||
android:height="15dp" />
|
||||
<!-- 深灰色填充 -->
|
||||
<solid android:color="#808080" />
|
||||
<!-- 黑色边框 -->
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/black" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user