weizai

Results 7 comments of weizai

写了个demo测试了下,presentation可以支持的, 需要扩展下,参考**skin.support.app.SkinCompatActivity**的写法 public class YourPresentation extends Presentation implements SkinObserver { private SkinCompatDelegate mSkinDelegate; @Override protected void onCreate(Bundle savedInstanceState) { LayoutInflaterCompat.setFactory(getLayoutInflater(), getSkinDelegate()); super.onCreate(savedInstanceState); } @NonNull public SkinCompatDelegate getSkinDelegate() { if (mSkinDelegate...

yes, but however the last item in rowPosition can not be clicked

oh sorry, my option is: LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/minicap -P 3840x2160@3840x2160/0 -Q 100 -s > /mnt/sdcard/screenshot.jpg and this is **adb devices -l** info: 192.168.10.133:5555 device product:rk3288 model:rk3288 device:rk3288

resolution : 3840 x 2160, and this can be happened when zoom levels on max(3.0) , sample file is here [sample.pdf](https://github.com/barteksc/AndroidPdfViewer/files/5891128/sample.pdf)

you can modify "ProcessRunner.cs" ![Snipaste_2021-06-28_08-45-57](https://user-images.githubusercontent.com/5052185/123564792-5187b000-d7ed-11eb-9c14-ed7e9d49dd34.png)

yes, i found it, the handle function called twice when request from browser, and it is just fine from postman。however, when i set `ctx.header("Content-Type", MINE_TYPE);` MINE_TYPE can be any, except...