Re: [android-developers] providing custom layout for context menu

2011-02-24 Thread Kostya Vasilyev
You could try checking styles.xml and/or theme.xml in the platform specific sdk folder. Perhaps there is a style for that, and perhaps it's even public (accessible by applications). Or not - checking those files should clarify it. 24.02.2011 17:31 пользователь "Martin Obreshkov" написал: > Hi all

[android-developers] providing custom layout for context menu

2011-02-24 Thread Martin Obreshkov
Hi all I am using context menu which is inflated from xml. Something pretty close to this http://developer.android.com/guide/topics/ui/menus.html. The question is how can i set layout parameters to the xml like background color, item selection in the xml. Thanks in advance. -- When I raise my fla