Is it possible to make an equivalent
setTextAppearance(context, android.R.style.TextAppearance_Medium);
in the manifest file for an Android app?
android:textAppearance="?android:attr/textAppearanceMedium"