in my android project, I have set up a navigation drawer. Now, on swiping, the drawer works fine but I have a few problems that I'd liked solved.
There is no drawer icon to the left side of my launcher icon in the action bar. How do you implement that. Also when I click on the
action baricon, the navigation drawer does not slide in.I would like to change the color of the text of my
ListViewinside my navigation drawer. I tried changingandroid:textColorin thexmllayout but it didn't work.I have the
drawer_shadow.9.pngdrawable of the navigation drawer and I tried implementing it using thesetDrawerShadow(drawable, gravity);method but it didn't seem to work. In the two parameters I added the drawable and theListView R.idfor the gravity.
That's just about it. Let me know if you need any more info. Thanks in advance.