SMART_Phone/Android
Manifest theme + 투명 레이아웃 설정
Request
2011. 7. 20. 20:05
<activity android:name="view.PopupLayout"
parent="android:style/Theme.Translucent"
android:screenOrientation="landscape"
android:theme="@style/full_screen"
android:configChanges="keyboardHidden">
</activity>
</activity>