android - White Toggle Button on NavigationDrawer -


i've developed navigation drawer app, toggle button shown in white. image button

enter image description here

and how shown on app

enter image description here

does know why happends?

you make sure app theme if having theme black apply theme in application mainfest file

  <application            android:icon="@drawable/ic_launcher"     android:label="@string/app_name"     android:theme="@android:style/theme.holo.light" >    ......    ....   </application> 

afterwards getting same pblm make sure in drawable folder image gray color image or not...


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -