Android Manifest 파일에서 텍스트 모양을 설정하는 방법은 무엇입니까?

StackOverflow https://stackoverflow.com/questions/1726897

  •  19-09-2019
  •  | 
  •  

문제

동등한 일을 할 수 있습니까?

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

Android 앱의 매니페스트 파일에서?

도움이 되었습니까?

해결책

android:textAppearance="?android:attr/textAppearanceMedium"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top