else
else
``` public class SmartTabLayout1 extends SmartTabLayout { ... @Override protected TextView createDefaultTabView(CharSequence title) { TextView textView = super.createDefaultTabView(title); textView.setTypeface(Typeface.DEFAULT); return textView; } } ``` 感谢楼主用了 `protected `修饰符, 但是我仍然希望能够在xml配置中直接配置这个特性
思路挺好的,但是这种实现可能一样存在这种问题 https://github.com/oubowu/PinnedSectionItemDecoration/issues/49 就很难受
@salmanit 遇到一样问题
同问 有没有类似 -obfuscationdictionary|-classobfuscationdictionary|-packageobfuscationdictionary 这种。 能支持自定义混淆名称规则之类的功能。 (我在文档上面没有找到) 🙏
https://github.com/iielse/imageviewer . 这个支持预览期间数据动态增删. 并且动态绑定动画效果. @BianXiaoYan
目前逐步完善功能和解决问题。喜欢的 star https://github.com/iielse/imageviewer
 @baiguangyuan 你是指这样的效果吗? 我这里有一种基于https://github.com/bignerdranch/expandable-recycler-view 的实现方案。 实现代码在 https://github.com/iielse/DemoProjects/tree/master/P04_TitleAndPager 如果是。也许可以帮助你
我也没有使用过databinding,
MI4LTE android6.0  取消 完成 按钮显示。好像和statusbar有点关系。 复现步骤: 