ToolBar是google退出的一个应用程序动作条

包括:

  • 设置导航栏图标
  • 设置应用程序Logo
  • 设置标题
  • 设置子标题
  • 添加各种自定义控件
  • 添加动作条菜单

API:https://developer.android.com/reference/android/support/v7/widget/Toolbar.html

 

1. 兼容处理,使用v7兼容包,build.gradle配置

    compile 'com.android.support:appcompat-v7:24.0.0'
View Code

相关文章:

  • 2021-12-03
  • 2022-03-08
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-06-28
  • 2021-07-31
  • 2021-06-08
猜你喜欢
  • 2022-12-23
  • 2021-09-22
  • 2021-10-23
  • 2022-01-08
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案