WJerry

Results 10 comments of WJerry

数据错乱的问题使用 `` 这种嵌套就没问题了,应该是 ``有问题。

> Failed to resolve: com.jph > Show in File implementation 'org.devio.takephoto:takephoto_library:4.1.0' 这个是正确的地址,作者改包名了

找到原因了,TimePickerView类中的initDefaultSelectedDate方法中: `//如果手动设置了时间范围 if (mPickerOptions.startDate != null && mPickerOptions.endDate != null) { //若默认时间未设置,或者设置的默认时间越界了,则设置默认选中时间为开始时间。 if (mPickerOptions.date == null || mPickerOptions.date.getTimeInMillis() < mPickerOptions.startDate.getTimeInMillis() || mPickerOptions.date.getTimeInMillis() > mPickerOptions.endDate.getTimeInMillis()) { mPickerOptions.date = mPickerOptions.startDate; } }...

Dialog mDialog = timePickerView.getDialog(); if (mDialog != null) { FrameLayout.LayoutParams params = new FrameLayout.LayoutParams( ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT, Gravity.CENTER); params.width = dialogWidth;//修改选择器弹框的宽度 params.leftMargin = 0; params.rightMargin = 0; timePickerView.getDialogContainerLayout().setLayoutParams(params); Window dialogWindow =...

> 公司的一款PDA设备,还是4.3的版本,那麻烦大佬修改一下,感谢感谢

BRV没有用,在公司的另一款APP上用的BRV+NET,那个是手机上的应用,版本可以用最新的,这个PDA的设备不行 还有一个问题,虽然net可以降到18,但是net 3.5.x的版本必须要使用4.x的okhttp,那么我是不是还是不能用net 3.5.x的最新版本?okhttp我得用3.12.12版本才行,我在net历史版本中找了好久才找到支持okhttp 3.12.x的最新版本是3.0.24

net 3.6.0+okhttp 3.12.13好像有问题 ![image](https://github.com/liangjingkanji/Net-okhttp3/assets/16345567/9a9fdc1a-c432-4762-828e-212231c1daa4) ![image](https://github.com/liangjingkanji/Net-okhttp3/assets/16345567/5d009027-bbba-42b1-a4de-b32ac2797cb3) ![image](https://github.com/liangjingkanji/Net-okhttp3/assets/16345567/3f15327b-ad76-4dcb-bac9-fc1a23b83049)