From bcfecfc94232b54cb5a19c497a3d7ac244616e90 Mon Sep 17 00:00:00 2001
From: guoshen <3129367635@qq.com>
Date: 星期六, 29 六月 2024 15:40:07 +0800
Subject: [PATCH] Initial commit

---
 app_base/src/main/res/values/dimens.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app_base/src/main/res/values/dimens.xml b/app_base/src/main/res/values/dimens.xml
index ef8cf44..b853d31 100644
--- a/app_base/src/main/res/values/dimens.xml
+++ b/app_base/src/main/res/values/dimens.xml
@@ -2,7 +2,7 @@
 <resources>
 
     <!-- Your custom size defind by references, can be writted in anywhere, any module, any values/*.xml, for example: -->
-    <dimen name="common_margin">@dimen/dp_15</dimen>
+    <dimen name="common_margin">15dp</dimen>
 
     <!-- dp and sp values, must be defind in this file! -->
     <!-- view size,you can add if there is no one -->

--
Gitblit v1.9.1