0

Im trying to change the icon to TextView and color it's background. Actually i have icon on the left side of item, and the text with colored background on the right, using android:actionLayout.

enter image description here

And i want to delete the icon on the left side, and place there a text with colored background which i have currently on right side.

Any possibility?

1 Answers1

1

I think you might need to create your own Navigation drawer adapter. Check answers in this thread to understand how to do it.

How to create a custom navigation drawer in android

Amr Yousef
  • 554
  • 1
  • 10
  • 27