如何在Fragment中删除半透明的灰色背景?

时间:2015-09-05 08:04:44

标签: android

我正在尝试使用FragmentImageButton放入我的应用中,但我不希望看到像这样的半透明灰色背景: enter image description here

我想只看圆形按钮。怎么做?

2 个答案:

答案 0 :(得分:2)

您也可以使用此

android:background="@android:color/transparent"

答案 1 :(得分:1)

将以下属性放在ImageButton中。

android:background="@null"