From 3b47201d878ba8ff973b84baf15942475688e964 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期五, 15 十二月 2023 16:04:28 +0800 Subject: [PATCH] 合并第一个版本 --- 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