Android Action Bar Items Selected Effect -


To create a selected effect for the view in view, we can use a StateListDrawable Or can specify XML such as

  & lt; Item android: state_selected = "true" android: drawable = "XXXX" />  

Can we do this in MenuItem for ActionBar ? How to

for android: state_pressed Actionbar, android: state_selected no


Comments