Skip navigation

The problem may be that the icon always showing is the same name as the drawable xml file. Rename your image icons, possibly by adding a prefix like ‘ic_’ to your image file or Android will always show the image that has the name of the drawable xml file instead of look into the xml file to see which image it should be showing for which state.

Leave a comment