Question

Is it possible to do the equivalent of

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

in the manifest file for an Android app?

Was it helpful?

Solution

android:textAppearance="?android:attr/textAppearanceMedium"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top