bilibili / MagicaSakura

MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
http://app.bilibili.com
Apache License 2.0
3.55k stars 468 forks source link

缺少 TintTabLayout #8

Closed icris closed 8 years ago

icris commented 8 years ago

有 android:background app:tabSelectedTextColor app:tabTextColor 三个属性需要替换。 另外 loadFromAttribute 方法不是 public ,扩展很不方便(我现在是把用到的 helper 和 base 都复制了一遍),有什么特别用意吗?

xyczero commented 8 years ago

我的设想是作为一个UI库,核心的构成代码是封装的在库中的,不允许外部调用,原因如下:

扩展控件方法: 当在使用过程发现目前封装的系统控件无法满足项目需求时, 你可以:

icris commented 8 years ago

确实不多,tabLayout 一个界面最多一个,手动变色也可以。