android - I have an activity that has navigation menu, and I need to change the colour of active cell from Maroon to Orange. How? -
my code similar this:
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/
the color of active cell here maroon need make orange. please me out...
change list_item_bg_pressed.xml follows
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:startcolor="#ffa500" android:endcolor="#ffa500" android:angle="90" /> </shape>
Comments
Post a Comment