| Class | Description |
|---|---|
| CommonBarStyle |
author : Android 轮子哥
github : https://github.com/getActivity/TitleBar
time : 2020/09/19
desc : 默认初始化器基类
|
| LightBarStyle |
author : Android 轮子哥
github : https://github.com/getActivity/TitleBar
time : 2020/09/19
desc : 日间主题样式实现(对应布局属性:app:barStyle="light")
|
| NightBarStyle |
author : Android 轮子哥
github : https://github.com/getActivity/TitleBar
time : 2020/09/19
desc : 夜间主题样式实现(对应布局属性:app:barStyle="night")
|
| RippleBarStyle |
author : Android 轮子哥
github : https://github.com/getActivity/TitleBar
time : 2020/09/19
desc : 水波纹样式实现(对应布局属性:app:barStyle="ripple")
|
| TransparentBarStyle |
author : Android 轮子哥
github : https://github.com/getActivity/TitleBar
time : 2020/09/19
desc : 透明主题样式实现(对应布局属性:app:barStyle="transparent")
|