File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 695695 transformlng : 经度转换
696696 out_of_china : 判断是否在国内,不在国内不做偏移
697697## 程序崩溃处理类 → [ CrashHandlerUtil] ( )
698- getInstance : 获取CrashHandler实例 ,单例模式
699- init : 初始化
700- setCrashTip : 设置程序退出时的提示信息
698+ getInstance : 获取CrashHandler实例 ,单例模式
699+ init : 初始化
700+ setCrashTip : 设置程序退出时的提示信息
701701## html标签管理类 → [ HtmlUtils] ( )
702702 addHtmlRedFlag : 为给定的字符串添加HTML红色标记,当使用Html.fromHtml()方式显示到TextView 的时候其将是红色的
703703 keywordMadeRed : 将给定的字符串中所有给定的关键字标红
726726 dimBackground : 调整窗口的透明度 1.0f,0.5f 变暗
727727 setLandscape : 设置Activity为横屏
728728 setPortrait : 设置Activity为竖屏
729- setActivityFullScreen : 设置全屏,要在setContentView之前调用
729+ setActivityFullScreen : 设置全屏,要在setContentView之前调用
730730## pull解析xml管理类 → [ XmlParseUtiles] ( )
731731 getXmlList : 解析XML
732732 getXmlObject : 解析XML
You can’t perform that action at this time.
0 commit comments