I want to create button where I have icon and text. This is what I created:
This is xml:
<Button android:id="@+id/call_button" android:layout_width="match_parent" android:layout_height="0dp" android:layout_marginTop="30dp" android:background="@drawable/button" android:layout_weight="40" android:drawableLeft="@drawable/phone" android:text="Call" android:textColor="@color/white" />
How I can move this phone icon closer text?