2013-08-16 6 views
1

전에 이런 종류의 스타일 코드를 본 사람이 있습니까? 'android : textAppearance'는 무엇을 의미합니까? apk 파일의 리소스를 추출하려고 할 때 apktool에서이 코드 조각을 얻었습니다.android : textAppearance

<style name="myButtonStyle" parent="@android:style/Widget.Button"> 
    <item name="android:textAppearance">?android:textAppearance</item> 
    <item name="android:textStyle">bold</item> 
</style> 

답변

1

물음표는 테마 속성에 대한 참조를 나타냅니다.

+0

myButtonStyle의 android : textAppearance가 내 테마에 설정된 android : textAppearance 속성과 동일하다는 것을 의미합니까? –

+0

예, 테마의 '