Tom

Results 4 comments of Tom

https://dockr.ly/slack --> failed google maill failed info : The email address must match one of the domains listed below. Please try another email. I need a invitation . I don't...

```kotlin class BackWarehouseReceiptDetailAdapter( layoutResId: Int = R.layout.item_back_warehouse_receipt_detail_item, data: MutableList = mutableListOf()) : BaseQuickAdapter(layoutResId, data) { init { addChildClickViewIds(R.id.btn_fix_count) } override fun convert(holder: BaseViewHolder, item: Object) { val binding = DataBindingUtil.getBinding(holder.itemView)...

RadioGroup 包含 RadioButton 的结构 替换成了 LinearLayout 包含 TextVew 的结构 效果尚可

Yes the version problem ; try switch to `implementation "com.google.android.material:material:1.7.0"`