Phuong Dao
Phuong Dao

Reputation: 185

Android | Navigation Drawer Fragment on top StatusBar

I used fragment to act as the listview in navigation drawer (as instructed by android developers guide). It's work fine to me, but now I have to put the status bar under the drawer layout - not otherwise with transparent status bar. I have searched around and only found 1 potential solution provided in here. But it's not working. I would like to comment for more info but I dont have commentator privilege yet, so I start a new question.

Upvotes: 0

Views: 164

Answers (1)

Android Geek
Android Geek

Reputation: 9225

In theme of your App in style.xml add <item name="android:statusBarColor">@android:color/transparent</item>

Upvotes: 1

Related Questions