티스토리 뷰
728x90
반응형
전체화면 애플리케이션을 만들대 소프트키와 상태바를 반투명으로 만들어서 보이기/감추기를 해야될때가 있다.
그럴때는 다음과 같이 한다.
안드로이드 4.4부터 지원이 되므로 values-v19 폴더를 만든다.
다음과 같이 테마에서 translucent값을 2개를 true로 설정한다.
<style name="PlayerTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowTranslucentStatus">true</item>
</style>
액티비티에서 해당 테마를 적용한다.
android:theme="@style/PlayerTheme"
반응형
'모바일 프로그래밍' 카테고리의 다른 글
iOS Swift NSThread 생성하기 (0) | 2016.07.05 |
---|---|
iOS WWDC 2016 요약 정리 (0) | 2016.07.05 |
Android 소프트키 유뮤 체크 및 높이 구하기 (0) | 2016.06.27 |
Swift 강좌 #1 (0) | 2016.06.06 |
iOS PHP 인앱 구매 영수증 서버 검증 (0) | 2016.05.28 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday