I know there are already questions like this but i cannot find the answer for my uestion. Please Help?
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button"
android:state_pressed="true" />
<item android:drawable="@drawable/button"
android:state_focused="true" />
<item android:drawable="@drawable/button" />
</selector>
i already set the background but i dont know how to make the edges round.