我應該使用什麼主題來隱藏通知欄,但顯示操作欄? (像三星手機計算器)Android fullscreen activity with action bar
1
A
回答
9
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
使用此與主題全息 **你必須通過編碼的setContentView()之前加入這個做**
+0
謝謝。也使用AppCombat。 – TheOnlyAnil 2015-03-03 18:00:22
+0
@TheOnlyAnil,它是AppComPat,而不是AppComBat。 – 2015-09-29 21:18:19
+0
@ ssi-anik哦,我的錯誤。錯字! – TheOnlyAnil 2015-09-30 08:17:08
相關問題
- 1. Action Bar Fragment Activity
- 2. Action Bar Buttons only for one activity
- 3. Android Action bar
- 4. 顯示Android Action Bar
- 5. Android Action Bar?
- 6. Android Action Bar Design
- 7. Android Action Bar
- 8. Android artifacts,Action bar
- 9. Android Action Bar主題
- 10. Android中的Action Bar
- 11. ActionBarSherlock with Action Bar風格生成器
- 12. Xamarin Forms Action Bar
- 13. Android HTC One Bottom Action Bar
- 14. 使Android Action Bar透明
- 15. Action Bar背景大小,Android
- 16. 使用Action Bar Android開發
- 17. Android的Action Bar <3.0
- 18. Android(3.0)Action Bar不想去
- 19. Action Bar Sherlock + Fragments?
- 20. android intent activity with id
- 21. Action Bar as Fragment
- 22. Action Bar Compat顯示圖標
- 23. MapFragment in Action Bar Tabs
- 24. 在Android中,我是否需要同時支持compat Action Bar和普通Action Bar?
- 25. Action Bar Sherlock,安裝
- 26. Action Bar Sherlock + ListFragments + Fragments
- 27. Action bar icon app v7
- 28. Fullscreen with VideoJS Flash fallback
- 29. NSTrackingArea with fullscreen window/view
- 30. Fullscreen slideshow with vertical carousel.Fading in fullscreen image issue
你需要做APP的全屏應用程序隱藏通知欄。它也會刪除操作欄。 – Shvet 2014-12-05 10:08:52