怀抱观古今,寝食展戏谑。这篇文章主要讲述Android ToolBar使用相关的知识,希望能为你提供帮助。
ToolBar简介
ToolBar是android 5.0推出的一个新的导航控件用于取代之前的ActionBar,由于其高度的可定制性、灵活性、具有Material Design风格等优点,越来越多的应用也用上了ToolBar,比如常用的知乎软件其顶部导航栏正是使用ToolBar。
ToolBar基本使用
更改主题
为了能够正常使用ToolBar,我们需要隐藏原来的ActionBar,这个可以在主题中修改,在res/values/styles.xml中做出如下修改:
文章图片
【Android ToolBar使用】在布局文件添加这个控件,代码如下:
1 < ?xml version="1.0" encoding="utf-8"?> 2 < android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 3xmlns:app="http://schemas.android.com/apk/res-auto" 4xmlns:tools="http://schemas.android.com/tools" 5android:layout_width="match_parent" 6android:layout_height="match_parent" 7tools:context="com.contentprovide.liuliu.toolbardemo.MainActivity"> 8 9< android.support.v7.widget.Toolbar 10android:layout_width="match_parent" 11android:layout_height="wrap_content"> 12 13< TextView 14android:layout_width="wrap_content" 15android:layout_height="wrap_content" 16android:text="标题栏" /> 17 18< /android.support.v7.widget.Toolbar> 19 20 < /android.support.constraint.ConstraintLayout>
可以看到我在ToolBar里面放了一个TextView控件,这个ToolBar就相当于一个ViewGroup。在它内部放的view就可以自定义标题栏样式了.
运行程序,效果:
文章图片
要进一步完善标题栏只需要在里面添加控件,也可以加上点击事件让功能更完善
推荐阅读
- Android 修改源码自定义SwipeRefreshLayout样式——高仿微信朋友圈下拉刷新
- Android 比SwipeRefreshLayout更漂亮和强大的下拉刷新控件(Android-MaterialRefreshLayout)
- Android开发之漫漫长途 IX——彻底掌握Binder
- android dialog
- 洋葱头一键装机如何运用,本文教您运用洋葱头一
- 一键还原系统,本文教您如何运用一键还原软件还
- 安装系统 黑云一键重装系统,本文教您如何迅速安装系统
- 电脑装系统图文详细教程,本文教您华为笔记本怎样装win
- 安装系统 笔记本怎样光盘重装系统,本文教您联想笔记本怎