3
I have this Buttoncom an image and text
xml
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notificacao"
android:drawableLeft="@drawable/alarm"
android:background="@null"
android:id="@+id/btNotificacao"
android:layout_gravity="center_horizontal" />
was wanting to distance the clock from the text , I tried to put a space before the text but ignores the space