| | |
| | | import android.text.TextUtils; |
| | | |
| | | import com.dcloud.zxing2.WriterException; |
| | | import com.google.gson.Gson; |
| | | import com.google.zxing.BarcodeFormat; |
| | | import com.google.zxing.EncodeHintType; |
| | | import com.google.zxing.common.BitMatrix; |
| | |
| | | public class HdlCommonLogic { |
| | | |
| | | private static volatile HdlCommonLogic sHdlCommonLogic; |
| | | |
| | | |
| | | /** |
| | | * 获取当前对象 |
| | |
| | | e.printStackTrace(); |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 消息Fragment的tab |
| | | */ |
| | | public enum MessageFunctionTabSwitch { |
| | | all,//全部 |
| | | nascent,//进行中 |
| | | recover,//已恢复 |
| | | |
| | | } |
| | | |
| | | /** |
| | | * App的Fragment的tab |
| | | */ |
| | | public enum HomepageTitleTabSwitch { |
| | | powerstation,//电站 |
| | | message,//消息 |
| | | me,//我的 |
| | | |
| | | } |
| | | |
| | | |