Reputation: 8866
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
android:textAppearance="?android:attr/textAppearanceMedium"
Upvotes: 15