7

Is it possible to do the equivalent of

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

in the manifest file for an Android app?

4

1 回答 1

15
android:textAppearance="?android:attr/textAppearanceMedium"
于 2009-11-13T03:46:44.940 回答