Bobby
Bobby
是否有滚动进度通知呢,比如类似OnPageChangeListener?需要结合TabLayout
大神的UTC时间转换太暴力了,可以这样 `@Nullable` ` public static String subStandardTime(String time) throws ParseException {` ` SimpleDateFormat formatUTC = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS Z");` ` Date date = formatUTC.parse(time.replace("Z", " UTC"));` ` SimpleDateFormat formatGST = new...
sample中的PickContactActivity如果将布局管理器由LinearLayoutManager改为GridLayoutManager, 通过setSpanSizeLookup改变布局,会导致head不显示内容。 如果将head item的宽度设置为固定值可以显示,但是滑动的时候会有问题。滑动到下面后,在像上面滑动不能正常滑动到head部分,需要点击indexbar才能显示。 会是因为数据刷新的原因么?
如题 感谢
Hi I change the gradle version to 8.0.1 and support androidx. thx