I am trying to round corners on an android ImageButton, the code looks like this;
Create image_rounded_corner.xml inside /res/drawable
image_rounded_corner.xml
Call the image_rounded_corner.xml file with android:background
android:background
or use an Draw 9-patch file as "Artoo Detoo" suggested.