Actionbar menu item background on select

Shaik Khader

I am using sherlock actionbar and made custom action bar using differnt color (blue) . When there are menu items . as i click on menu item . items background turns in to gray . Not able to point which attribute of the style is making this effect had checked the most possibility . any help would be appreciated

Shaik Khader

after some analysis found following answer

    <item name="selectableItemBackground">@null</item>
    <item name="android:selectableItemBackground">@null</item>
    <item name="actionBarItemBackground">@null</item>
    <item name="android:actionBarItemBackground">@null</item>

The issue is you need to override these attributes in your application. donot try changing in actionbar apk libary. that was the point i missed while fixing this.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android actionbar menu item

From Dev

Background image for menu item

From Dev

Change default actionbar popup menu background color

From Java

How do I hide a menu item in the actionbar?

From Dev

ActionBar with custom layout with custom menu item

From Dev

Android appcompat actionbar menu item showAsAction not working

From Dev

Actionbar menu item selection - token null is not for an application

From Dev

Can't retrieve the menu item in the ActionBar

From Dev

Android appcompat actionbar menu item showAsAction not working

From Dev

Why don't show menu item in actionbar?

From Dev

Capturing user input from an actionbar menu item

From Dev

Position a menu item at the left end of the actionbar

From Dev

The menu item isn't showing in the ActionBar, only in overflow menu

From Dev

Change current menu item background

From Dev

How to change ActionBar menu background color (android 4 & 5)

From Dev

Change background color of the system settings menu above the actionbar

From Dev

How to select menu item programmatically in Kendo menu

From Dev

Show menu item icons in actionbar while having navigation drawer

From Dev

how to change actionbar's menu item text color in material design

From Dev

Actionbar shows dropdown when only one item in the menu

From Dev

What is orderInCategory in ActionBar menu item & why it is use for..?

From Dev

Jump to another activity when clicking a item in menu of actionbar in android studio

From Dev

Actionbar background

From Dev

How to remove background of action menu item?

From Dev

Bootstrap navbar background colour of dropdown menu item

From Dev

Menu item selection does not change textview background

From Dev

Android - Navigation View item menu background color

From Dev

Menu item selection does not change textview background

From Dev

Expand first menu item by default and color background

Related Related

  1. 1

    Android actionbar menu item

  2. 2

    Background image for menu item

  3. 3

    Change default actionbar popup menu background color

  4. 4

    How do I hide a menu item in the actionbar?

  5. 5

    ActionBar with custom layout with custom menu item

  6. 6

    Android appcompat actionbar menu item showAsAction not working

  7. 7

    Actionbar menu item selection - token null is not for an application

  8. 8

    Can't retrieve the menu item in the ActionBar

  9. 9

    Android appcompat actionbar menu item showAsAction not working

  10. 10

    Why don't show menu item in actionbar?

  11. 11

    Capturing user input from an actionbar menu item

  12. 12

    Position a menu item at the left end of the actionbar

  13. 13

    The menu item isn't showing in the ActionBar, only in overflow menu

  14. 14

    Change current menu item background

  15. 15

    How to change ActionBar menu background color (android 4 & 5)

  16. 16

    Change background color of the system settings menu above the actionbar

  17. 17

    How to select menu item programmatically in Kendo menu

  18. 18

    Show menu item icons in actionbar while having navigation drawer

  19. 19

    how to change actionbar's menu item text color in material design

  20. 20

    Actionbar shows dropdown when only one item in the menu

  21. 21

    What is orderInCategory in ActionBar menu item & why it is use for..?

  22. 22

    Jump to another activity when clicking a item in menu of actionbar in android studio

  23. 23

    Actionbar background

  24. 24

    How to remove background of action menu item?

  25. 25

    Bootstrap navbar background colour of dropdown menu item

  26. 26

    Menu item selection does not change textview background

  27. 27

    Android - Navigation View item menu background color

  28. 28

    Menu item selection does not change textview background

  29. 29

    Expand first menu item by default and color background

HotTag

Archive