您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Zoomable:通过对Jetpack Compose的拖动支持,轻松放大和缩小-源码

  2. 可缩放 通过对Jetpack Compose的拖动支持,轻松放大和缩小 用法 添加Jitpack maven { url 'https://jitpack.io' } 添加依赖项 implementation 'com.github.Tlaster:Zoomable:0.2.0' 例子 val state = rememberZoomableState( minScale = 2f ) Zoomable(state = state) { Text(text = "Zoom m
  3. 所属分类:其它