Oven

Results 6 issues of Oven

agentWebX5 没有NestedScrollWebview么

版本号: ablum 2.1.3 机型: 小米mix3 android版本: 10.0 使用方式 `Album.image(this).singleChoice() .columnCount(3) .camera(true) // .filterMimeType() .onResult(new Action() { @Override public void onAction(@NonNull ArrayList result) { File file = new File(result.get(0).getPath()); cropPhoto(file); }...

是否可以支持自动生成databinding相关的pojo类, 给一个json数据直接生成对应的BaseObservable的数据类 `{ "name": "oven", "id": "1" }` `class MallEntity :BaseObservable{ constructor(id: String, name: String) : super() { this.id = id this.name = name } @Bindable var id: String =...

feature request
L3

大佬不准备切换一下androidx版本么?

大佬你好, 我现在遇到个问题就是两个tab之间的间距没有效果, 我用的indicator_style = "BLOCK" 设置了padding只是tab的padding变大了 , 有没有什么方法能够设置两个tab之间的距离呢?

大佬, 我下载了你的ideaplugin 1.2.6版本的在androidstudio 3.6.1的版本中没有出现跳转的图标,是我使用的姿势不对么,但是app里面的页面跳转是没有问题的,现在项目大了跳转多了,没有这个功能,找起来感觉好吃力哦