Reputation: 1077
I spend now some time in trying to change the textsize of the contextmenu. I searched the sdk's themes.xml and styles.xml and tried a lot but didn't succeed in actually resizing the text.
Anyone knows how to do it?
Cheers!
Nob
Upvotes: 1
Views: 1540
Reputation: 2808
Short answer: No Long answer: Why don't you create your custom dialog that looks like the ContextMenu? It's so easy to create a custom dialog in this way.
For an example to this, http://developer.android.com/guide/topics/ui/dialogs.html
go look at "Add a list" section.
Upvotes: 3