Looking for examples I am not able to found the solution. I am trying to put rounded corners to my bitmap. How can I do this in the XML? The current code of my bitmap is:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/tab_texture_image"
android:tileMode="repeat"
android:dither="true" />