HankLee
HankLee
我的也是在fragment中。但没有出现你的问题,我设置了缓存。你可以设置缓存看看
you can try this https://github.com/youth5201314/banner
and 处于M模式的时候单击到画的圆,矩形等可以删除或者移动,楼主能给点思路吗?
@1993hzw GraffitiSelectableItem类中的 isInIt方法对手绘直线等实用吗?如果是按矩形的范围来算的话,可能不太好
@1993hzw @1993hzwei 熟悉了楼主的代码之后,下手是无从下手,跪求大神有时间加一下手绘直线拖动问题。感谢。
@oday0311 roger that!Thanks for your project, which makes my work more smooth!
> 你好!要实现动画,引入json动画文件,要将图片导入工程吗?我集成了没反映啊 您好。不用导入将图片导入工程,也没有图片导入,只是引用json文件而已。你好好调试调试一下
@boxlady i want to change FloatingActionsMenu menu icon If I click on FloatingActionButton , how finish it . i add setIconDrawable() function in FloatingActionsMenu to perform setIconDrawable() of FloatingActionButton, but...
这是我使用的 ``` kotlin @SuppressLint("SetJavaScriptEnabled") @OptIn(ExperimentalMaterial3Api::class) @Composable fun WebViewScreen( url: String = "https://m.jd.com/", onBackClick: (() -> Unit)? = null ) { val TAG = "WebViewScreen" val context = LocalContext.current var showMenu...