else

Results 67 comments of 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

![image](https://github.com/iielse/DemoProjects/raw/master/P04_TitleAndPager/previews/333.gif) @baiguangyuan 你是指这样的效果吗? 我这里有一种基于https://github.com/bignerdranch/expandable-recycler-view 的实现方案。 实现代码在 https://github.com/iielse/DemoProjects/tree/master/P04_TitleAndPager 如果是。也许可以帮助你

我也没有使用过databinding,

MI4LTE android6.0 ![99b4aa95c54e16ca25ca377679cbaa22](https://user-images.githubusercontent.com/7521943/41329487-9cfc0c88-6f00-11e8-945c-ec92138f2567.jpg) 取消 完成 按钮显示。好像和statusbar有点关系。 复现步骤: ![22](https://user-images.githubusercontent.com/7521943/41329570-14e38c44-6f01-11e8-91f9-21bdad5c3159.gif)