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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -