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 bar
icon, the navigation drawer does not slide in.I would like to change the color of the text of my
ListView
inside my navigation drawer. I tried changingandroid:textColor
in thexml
layout but it didn't work.I have the
drawer_shadow.9.png
drawable 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.id
for the gravity.
That's just about it. Let me know if you need any more info. Thanks in advance.