this is my code below which shows the image in button is work fine but I want to minimize space between image and button. how do I do that?
please help me how I minimize space between image and text. this is my image URL http://imgur.com/Jmvqe
<Button android:id="@+id/MyAccountbutton"
style="?android:attr/buttonStyleSmall"
android:layout_height="25dip"
android:layout_width="fill_parent"
android:layout_marginRight="55dip"
android:layout_marginLeft="55dip"
android:drawableLeft="@drawable/handshake"
android:paddingLeft="10dip"
android:background="@drawable/curvedplanebutton"
android:textColor="@drawable/button_text_color"
android:layout_marginTop="15dip"
android:text="Payments"/>
Play with android:drawablePadding=" "
. You may need to set a negative value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With