问题
Is it possible to do the equivalent of
setTextAppearance(context, android.R.style.TextAppearance_Medium);
in the manifest file for an Android app?
回答1:
android:textAppearance="?android:attr/textAppearanceMedium"
来源:https://stackoverflow.com/questions/1726897/how-to-set-text-appearance-in-android-manifest-file