码迷,mamicode.com
首页 > 移动开发 > 详细

Android Toolbar 标题居中及字体样式自定义

时间:2017-12-16 20:35:15      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:bsp   布局   bar   too   布局文件   tle   android   style   out   

  1. 首先找到 toolbar 所在xml布局文件,将toolbar控件放置在一个相对布局RelativeLayout)中,然后设置 toolbar 的 title 为空(在 title 属性栏中随便打几个空格即可);
  2. 然后在 toolbar 所在的相对布局中加入 TextView 控件,将其 Text 设置为想要的标题;
  3. 并将该 TextView 控件设置水平居中以及垂直居即可(即设置 layout_centerHorizontal 和 layout_centerVertical);
  4. 最后根据实际需要在 TextView 控件中设置字体样式。

Android Toolbar 标题居中及字体样式自定义

标签:bsp   布局   bar   too   布局文件   tle   android   style   out   

原文地址:http://www.cnblogs.com/Lznby/p/8047405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!