How to change ActionBar Tab textStyle?

前端 未结 2 1611
Happy的楠姐
Happy的楠姐 2020-12-12 00:40

By default android actionBar Tab has text-style as CAPITAL. How can I set the text-style to normal camel-case style. Like \"Abcd\" instead of \"ABCD\"(Which is the by-defaul

2条回答
  •  Happy的楠姐
    2020-12-12 01:17

    Apply custom theme to your app where you can change actionbar's properties.

    
    
    

提交回复
热议问题