So, newbie here starting app development. I created an app with a Navigation Drawer with several fragments.
The NavDraw has a black background and I want the selected fragment to have a red background (to indicate what fragment is being shown). Right now, it doesn't give me any visual feedback of the fragment selected, the only feedback I have is when I touch the item in the nav drawer.
In the layout folder I have the activity_main.xml
and several fragments (fragment_one.xml
, fragment_two.xml
etc). I guess the changes I need are going to be implemented in the activity_main, no?
Any suggestions?