From 420562c180324d5cc22bb8bec0fe040c304eca03 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 12 七月 2024 15:29:13 +0800
Subject: [PATCH] 齐河单机版充值逻辑调整由水费计价改为电费计价

---
 baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
index 90969f7..0f1fb78 100644
--- a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
+++ b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
@@ -22,10 +22,10 @@
         android:startColor="#ffffff" />
     <!-- 璁剧疆鍥涗釜瑙掔殑瑙掑害 -->
     <corners
-        android:bottomLeftRadius="15dp"
-        android:bottomRightRadius="15dp"
-        android:topLeftRadius="15dp"
-        android:topRightRadius="15dp" />
+        android:bottomLeftRadius="5dp"
+        android:bottomRightRadius="5dp"
+        android:topLeftRadius="5dp"
+        android:topRightRadius="5dp" />
     <!-- 璁剧疆padding -->
 
 </shape>
\ No newline at end of file

--
Gitblit v1.8.0