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
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