From 4a8ff39b0fab0627ef8f7459587d514cc01c3676 Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期一, 20 十月 2025 10:52:02 +0800 Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao --- keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml new file mode 100644 index 0000000..b653bea --- /dev/null +++ b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" + > + <solid android:color="#26279BAA" /> + <corners android:radius="6dp" /> +</shape> \ No newline at end of file -- Gitblit v1.9.3