摘要: 一.、设计图 二、实现代码: 1. 布局文件代码(dialog_time_picker.xml) <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/ 阅读全文
posted @ 2021-09-03 17:19 Ayinger 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 1. 不四舍五入方法 DecimalFormat myformat = new DecimalFormat(); myformat.applyPattern(",##0.00"); myformat.setRoundingMode(RoundingMode.DOWN); 2. RoundingMod 阅读全文
posted @ 2021-09-03 16:58 Ayinger 阅读(572) 评论(0) 推荐(0) 编辑