Curyous
Curyous

Reputation: 8866

How to set Text Appearance in Android manifest file?

Is it possible to do the equivalent of

setTextAppearance(context, android.R.style.TextAppearance_Medium);

in the manifest file for an Android app?

Upvotes: 7

Views: 8429

Answers (1)

Curyous
Curyous

Reputation: 8866

android:textAppearance="?android:attr/textAppearanceMedium"

Upvotes: 15

Related Questions