gpt4 book ai didi

android - 使用 harism page curl 库的 Page Curl 效果,页面背景显示为黑色边框而不是透明度。

转载 作者:太空宇宙 更新时间:2023-11-03 13:45:42 25 4
gpt4 key购买 nike

您好,我正在使用 Harism 库来实现卷页效果(https://github.com/harism/android_page_curl)。效果很好,但我的页面背景有一些透明部分,看起来是黑色的。我已经尝试了 github 论坛 ( https://github.com/harism/android_page_curl/issues/25 ) 中提到的解决方案,它的工作原理但在那之后 curl 不起作用。您也可以在那里查看我的查询。您也可以查看随附的屏幕截图。 enter image description here

谢谢!

最佳答案

    Comments these lines in the activity
r.left += border;
r.right -= border;
r.top += border;
r.bottom -= border;

r.left += ((r.width() - imageWidth) / 2) - border;
r.right = r.left + imageWidth + border + border;
r.top += ((r.height() - imageHeight) / 2) - border;
r.bottom = r.top + imageHeight + border + border;
replace this function in the CurlView Activity

public void setMargins(float left, float top, float right, float bottom) {
mRenderer.setMargins(left, top, right, bottom);
}

关于android - 使用 harism page curl 库的 Page Curl 效果,页面背景显示为黑色边框而不是透明度。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42802255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com