标签: android xml
寻找示例我无法找到解决方案。我想把圆角放到我的位图上。我怎样才能在XML中执行此操作?我的位图的当前代码是:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/tab_texture_image" android:tileMode="repeat" android:dither="true" />