[컴][안드로이드] style 에 사용하는 Theme 종류 찾는 방법

style 에 사용하는 Theme 종류 아는 방법
style.xml

<resources>

    <!-- @ref: http://ezmobile.wordpress.com/2009/04/05/android-themes/  -->
    
    <style name="AppTheme" parent="android:Theme.Translucent" />
    <style name="Theme_menu"
        parent="@android:style/Theme.NoTitleBar.Fullscreen">

    <!-- your style modifications for Theme_menu here -->

</style>

</resources>



위에서 parent 에 쓰이는 Theme 에 어떤 것들이 있는지 확인하는 방법은

를 확인하는 것이다. 그곳에서 Theme 의 종류나 style 과 관련된 모든 attribute 들을 볼 수 있다.



References

  1. http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/

댓글 없음:

댓글 쓰기