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

前端 未结 3 798
半阙折子戏
半阙折子戏 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:07

    yes you can you can apply a theme to the whole application and then all your textviews will have that style.

    Inside the styles.xml file you have to define your CustomTheme

    for example:

    
    

    you add something like text "android:textStyle="myStyle" and specify the details in Mystyle

提交回复
热议问题