android - Accessing ActionBar Action Buttons container -


I am trying to customize the button on the actionbars and I am using the actionbase after API 7.

I know how to use buttons 1, 2, 3 to see it, but I do not know how to reach overflow items (number 4) is. This is the reason that I think it would be better to get the container directly straight instead of a button. I think the container is a linear layout or similar. Is there any way to use it to set its height and margins? I want to have buttons with a small margin on the top and the same on the right.

BTW, where can I see the default actionbar layout xml, or code? With this I will be able to take action.

Thanks


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -