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 들을 볼 수 있다.
댓글 없음:
댓글 쓰기