I am trying to move the arrow button the the right side so it wont be in my text any one can help me?? Button
this is the style code:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<layer-list>
<item>
<shape android:shape="rectangle">
<solid android:color="#FFFFFF"/>
<padding android:right="10dp"/>
</shape>
</item>
<item>
<bitmap android:src="@drawable/style" android:gravity="center|right"/>
</item>
</layer-list>
</item>
</selector>
I tried to change gravity but it wont work