From 0f461a502365d20ed2f887029ff6a8826304c33b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 20 十月 2025 11:05:00 +0800
Subject: [PATCH] 优化

---
 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