<Button
android:id="@+id/button_send"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:background="@drawable/buttons"
android:drawablePadding="10dp"
android:gravity="left"
android:padding="15dp"
android:text="Button"
android:textColor="#fff"
android:textSize="15sp" />
Above is my code for Button in My xml file.
My button.xml code is
<item android:drawable="@drawable/btn_bg_hover"
android:state_pressed="true" />
<item android:drawable="@drawable/btn_bg_default"
android:state_focused="true" />
<item android:drawable="@drawable/btn_bg_default"/>
kindly help me how to add border to that button.
Note: @drawable/btn_bg_hover is image