Android Custom title bar font

Source: Internet
Author: User

This custom font is actually related to Actionbar, but did not consider the changes in the font style before writing Ationbar, today, see an article specifically written on the use of the way. ╮(╯▽╰)╭, have to say that the style of Actionbar is really a headache, obviously can be specified with a graphical interface.

Add the following code to the res/values/styles.xml file

<stylename= "Myactivitytheme"Parent= "Android:Theme.Light" >      <Itemname= "Android:windowtitlebackgroundstyle">@style/windowtitlebackgroundstyle</Item>      <Itemname= "Android:windowtitlestyle">@style/windowtitlestyle</Item>      <!--Window Header Height -      <Itemname= "Android:windowtitlesize">54dp</Item>  </style>    <!--Preference Settings Window Title -  <stylename= "Windowtitlebackgroundstyle">      <Itemname= "Android:background">#CCE8CF</Item>      </style>            <stylename= "Windowtitlestyle">      <Itemname= "Android:textcolor">#FF0000</Item>      <Itemname= "Android:paddingleft">25dp</Item>      <Itemname= "Android:textsize">20sp</Item>  </style>

The next thing you can do is use this theme for your activity.

< Activity     Android:name = "Com.example.stylewindowtitle.MainActivity"     android:label= "@string/app_name"    android:theme= "@style/ Myactivitytheme ">

Android Custom title bar font

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.