android - White Toggle Button on NavigationDrawer -
i've developed navigation drawer app, toggle button shown in white. image button
and how shown on app
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
Post a Comment