windflowersnowandmoon

Results 3 issues of windflowersnowandmoon

如果item中有按钮的存在,当整个recycleview放大平移时,再去点击放大后的按钮,点击事件无法响应。我试过,点击事件 还在最开始没有放大时的位置上。

On android devices, a lot of pages are only half displayed. ![8EA7C34FE9475DD55536E7934DDD74D6](https://user-images.githubusercontent.com/27807759/79708762-e4c47c00-82f2-11ea-9662-ff8c0a5cd6e2.jpg) ![1E187417B3531723A6DD7A8744CFA9F1](https://user-images.githubusercontent.com/27807759/79708797-01f94a80-82f3-11ea-9d46-b370e4d41ce6.jpg) The picture above is incomplete;

bug

static { try { System.loadLibrary("c++_shared"); System.loadLibrary("modpng"); System.loadLibrary("modft2"); System.loadLibrary("modpdfium"); System.loadLibrary("jniPdfium"); } catch (UnsatisfiedLinkError e) { Log.e(TAG, "Native libraries failed to load - " + e); } }