总是时不时要用Toolbar,大致下面简单用法就好
build.gradle添加依赖
apache
1 | compile 'com.android.support:appcompat-v7:24.2.0' |
主题设置为.NoActionBar
风格1
xml
1 |
|
风格2
xml
1 |
|
示例App
https://github.com/xuie0000/AndroidReview
其它
https://github.com/henrytao-me/smooth-app-bar-layout
参考
http://guides.codepath.com/android/Using-the-App-ToolBar
https://guides.codepath.com/android/google-play-style-tabs-using-tablayout