如何在android studio

时间:2016-09-24 07:02:13

标签: android-studio android-imagebutton

我试图获得圆形图像按钮。但它显示的是具有方形背景的圆形图像,但我只需要没有任何背景的图像。  我还使用round_image.XML作为背景可绘制文件,但它不起作用。

menu.xml文件

<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="@drawable/round_image"/>

round_image.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="oval">
<gradient android:startColor="#50d050                                       
android:endColor="#008000" android:angle="270"/>
<stroke 
android:width="1px"
 android:color="#000000"/>
</shape>

1 个答案:

答案 0 :(得分:0)

使用此角落,而不是你的角落

a = 4
a += 3