2

I'm trying to add a "Share button" to my app, but I haven't found a way to manage the styling of the ActionMenu displayed to choose the app to share content to.

Currently it appears as in this screenshot:

screenshot

However, I'd like to change the background color and the text color to make them reflect the ones in the ActionBar: which are the style properties that handle these two colors?

Raibaz
  • 9,280
  • 10
  • 44
  • 65

1 Answers1

0

I would suggest follow this tutorial and using the linked tool:

http://blog.stylingandroid.com/styling-the-actionbar-part-3/

Jeff Gilfelt Android Action Bar Style Geberator tool

Quick mockup below, to prove it's very relevant and helpful in the direction of solving your question:

quick mockup

tarilabs
  • 2,178
  • 2
  • 15
  • 23
  • I see that it's inheriting styles from `@android:style/Widget.Holo.ListPopupWindow`, while I'm currently inheriting from `Widget.AppCompat.ActionBar` because I want to keep the compatibility to the lowest possible Android version. Is it going to work anyway? – Raibaz Sep 06 '14 at 10:45