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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -