From 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 10:00:37 +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