ZJYANG
ZJYANG
可以尝试关闭硬件加速看看
不好意思写错了,是model[j] = Math.abs(model[j]); 取绝对值,代码已修正~
是运行的demo么,是否有设置展示所需要的图标?
应该是没有关闭硬件加速的问题。在YWaveLoadView这个类的init方法中,加入下面这行代码试试: **setLayerType(LAYER_TYPE_HARDWARE, null);**
谢谢反馈,最新代码已修复该问题
本身设计是以横向为Item的,如果想刷新某一列数据,可以在只更新这一列的数据源之后,调用adapter的notifyDataSetChanged()方法
you can use XTableAdapter to custom your own adapter, then set click listener in your own adapter You can refer the onBindTableItem function in CustomTableAdapter that in app module.
本身内容正常显示,仅仅电子签章无法显示么?
It has been translated to english in release v1.0.1. 1. you can use setNextText() or setPreviousText() of pdfview to modify text directly. 2. use setPDFController() of pdfview to custom your...
Is it work properly when set pdf quality to low or medium?