From 8c57cb70cc165d21fdda9385966e8ae65d36cc1d Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 10 五月 2024 11:39:49 +0800 Subject: [PATCH] 1.修复16进制字符串转byte时的bug --- 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