An open API service indexing awesome lists of open source software.

https://github.com/1010code/android-hide-actionbar-and-statusbar


https://github.com/1010code/android-hide-actionbar-and-statusbar

android

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# android-hide-actionbar-and-statusbar
Android 的 Toolbar 包含了狀態列(Status Bar)與標題列(Action Bar)。如果需要克制會會隱藏必須要先到 values 資料夾中的 themes.xml 設定好 Toolbar 的樣式。接著打開 AndroidManifest.xml , 更改 application tag 內的 theme 參數。以下教學手把手帶你來將狀態列與標題列隱藏,文章最後會提供此範例程式。