参见英文答案 >
Custom circle button3
我在我的布局文件中创建了一个imageButton,并设置了一个圆形png图像作为它的背景.但是当我运行我的应用程序时,它显示一个方形按钮,我给定的图像放在它的中间.
我在我的布局文件中创建了一个imageButton,并设置了一个圆形png图像作为它的背景.但是当我运行我的应用程序时,它显示一个方形按钮,我给定的图像放在它的中间.
<ImageButton android:id="@+id/imageButton1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:src="@drawable/sliderr" />
解决方法
添加android:background =“@ null”