android - No visual response (highlight) on touching a menu item -


there not visual response selecting menu item. example, within menu, on clicking settings, settings activity opens without visual response clicking settings item. how solve this. also, how add ripple using 3rd party library?this library i'm using, , i've managed add ripple other buttons, doesn't work on menu items.

here's code menu:

<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" app:showasaction = "ifroom">  <item android:id="@+id/action_settings"       android:title="@string/action_settings"       android:orderincategory="1"/>  <item android:id = "@+id/quit"     android:title = "@string/quit_app"     app:showasaction="never"     android:orderincategory="2"/>  </menu> 


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -