android:background="@null"
<Button
android:drawableLeft="@drawable/profile_32"
android:layout_marginRight="25dp"
android:layout_marginBottom="10dp"
android:textColor="@color/yellow3"
android:background="@drawable/buttons2"
android:layout_width="match_parent"
android:layout_height="60dp"
android:text="@string/button_profile"
android:textSize="18dp"
android:textStyle="bold"
android:id="@+id/buttonProfile"
/>
灰色实际上是图像的一部分吗?如果没有,您可以尝试背景:“@android:颜色/透明”
如果灰色背景是
profile_32
是的,使用image tutton,然后添加
android:background="#00000000"
or
android:background="@null"
android:background="@android:color/transparent"
为了删除背景,请在您的标签中使用此代码