1u

Results 9 issues of 1u

你好,问个问题。layout跟标签用PercentLinearLayout ,添加了 xmlns:app="http://schemas.android.com/apk/res-auto" ,在 PercentLinearLayout 子标签中使用app:percentXXX 属性时androidStudio无法提示自定义的属性。同步gradle后也无法提示。

目前自定义对话框样式是继承RationaleDialog,但是我想使用项目中已经存在的Dialog,希望增加 PositiveButton()和NegativeButton()的回调,显示对话框不继承RationaleDialog,而是通过回调的方式调用

设置某个View 的isSticky为true后,滑动到这个StickyView时如何让个StickyView固定住,并且不允许滑动。类似于新浪微博app中的“发现页”滑动效果,向下滑动后TabLayout固定到顶部。

![image](https://user-images.githubusercontent.com/5037839/180135003-b4635f8b-dbdc-4a0c-9809-ef2e1bc49ca8.png)