From f97ff347cc7d42c6511e3ebb4bfc23b119e1e445 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 11 十二月 2023 18:24:30 +0800
Subject: [PATCH] 2023年12月11日18:23:44
---
app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java b/app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java
index 7b5307a..92eac82 100644
--- a/app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java
+++ b/app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java
@@ -49,9 +49,7 @@
* @param color_white 鐧借壊鑹插潡
* @return BitMap
*/
- public Bitmap createQRCodeBitmap(String content, int width, int height,
- String character_set, String error_correction_level,
- String margin, int color_black, int color_white) {
+ public Bitmap createQRCodeBitmap(String content, int width, int height, String character_set, String error_correction_level, String margin, int color_black, int color_white) {
// 瀛楃涓插唴瀹瑰垽绌�
if (TextUtils.isEmpty(content)) {
return null;
@@ -101,4 +99,25 @@
}
+ /**
+ * 娑堟伅Fragment鐨則ab
+ */
+ public enum MessageFunctionTabSwitch {
+ all,//鍏ㄩ儴
+ nascent,//杩涜涓�
+ recover,//宸叉仮澶�
+
+ }
+
+ /**
+ * App鐨凢ragment鐨則ab
+ */
+ public enum HomepageTitleTabSwitch {
+ powerstation,//鐢电珯
+ message,//娑堟伅
+ me,//鎴戠殑
+
+ }
+
+
}
--
Gitblit v1.8.0