lmDai

Results 4 issues of lmDai

[ { "month": "2022年02月", "list": [ { "payrollId": "79c353e5a3ac4f68b9a7ee5c3456df26", "title": "2022年02月工资条", "month": "2022-02", "grantTime": "2022/03/16" } ] }, { "month": "2022年02月", "list": [ { "payrollId": "79c353e5a3ac4f68b9a7ee5c3456df26", "title": "2022年02月工资条", "month": "2022-02",...

![选择时间 – 2](https://user-images.githubusercontent.com/30032837/178934770-aba772db-c8fd-42ce-8a8e-2c72e3dc4dfe.png) 选中的日期背景怎么修改为圆形的?求助

![Screenshot_20220623_174245_com julanling dgq](https://user-images.githubusercontent.com/30032837/175270304-eb3468dc-331a-4ade-b940-4ccb9d3aa283.jpg) 动态修改数据

1.mAdapter.setOnItemChildClickListener((adapter, view, position) -> { if (view.getId() == R.id.tv_copy) { BaseAppUtil.copyToSystem(BankCardActivity.this, mAdapter.getItem(position).bankNo); } else if (view.getId() == R.id.tv_detail) { mViewModel.toBankDetail(mAdapter.getItem(position).accountId); } else if (view.getId() == R.id.cash_checked) { HomeBankBean.ListBean item =...