How to add padding for Menu item in Settings Action Bar from Android Lollipop? -


i have following menu:

<menu xmlns:android="http://schemas.android.com/apk/res/android">  <item android:id="@+id/action_refresh"       android:title="@string/refresh_data"       android:showasaction="never"/>  </menu> 

how can add padding on top button lower on menu , doesn't cover title ? menu standard settings menu in actionbar.

i've updated lollipop also.

enter image description here


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -