How to set Text Appearance in Android manifest file?

自作多情 提交于 2020-01-12 05:24:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!