반응형
매니피스트.xml theme에서 translucent를 언급
<activity
android:name="first Activity Name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
반응형
'DEV > Android' 카테고리의 다른 글
Eclipse cocos2d-x GC overhead limit exceeded (0) | 2015.02.23 |
---|