Styling all TextViews(or custom view) without adding the style attribute to every TextView

前端 未结 3 793
半阙折子戏
半阙折子戏 2021-01-12 21:01

Is there a way to format all TextViews, Buttons or whatever with a theme ? Like in CSS when i want to format all a-tags

a{ /some css here/ }

I want

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 21:15

    for the action abr you should look here http://developer.android.com/guide/topics/ui/actionbar.html

    especially at the bottom it explains very well how to style the bar

提交回复
热议问题