<!-- Text -->
<style name="red15">
<item name="android:textColor">#ff0000</item>
<item name="android:textSize">15dp</item>
</style>
<style name="yellow5italic" parent="@style/red15"> <!-- 이와같이 상속도 가능합 -->
<item name="android:textColor">#ffff00</item>
<item name="android:textStyle">bold</item>
</style>
'자료' 카테고리의 다른 글
Failed to install ~timeout (0) | 2011.06.15 |
---|---|
로그인시 아이디 저장 기능(Preferences) (1) | 2011.06.14 |
ActivityManager: Error type 3 (2) | 2011.06.13 |
안드로이드 개별 디바이스를 구분하는 방법 (2) | 2011.06.09 |
ProgressBar 이미지 설정 (0) | 2010.12.16 |