android-如何使按钮背景不透明

时间:2014-07-07 14:14:34

标签: android android-theme android-styles

这是我的布局图片:

enter image description here 如你所见,按钮背景是半透明的,并获得布局背景颜色。我不希望我的按钮是透明的 我想按下这样的按钮:

enter image description here

我将alpha设置为0并不起作用。

你可以帮帮我吗?我正在使用app compact theme。

谢谢

2 个答案:

答案 0 :(得分:2)

按钮比仅改变一种颜色更复杂......

Android按钮使用9补丁图像和状态绘图。您应该看看Android Holo Colors来生成这些,您需要选择“颜色按钮”,它将生成必要的图像& xml给你......

答案 1 :(得分:0)

例如:

<Button
       ...
       ...
       android:layout_margin="5dp"
       android:background="#e5e5e5"/>

您需要查看标准按钮drawable,它包含具有特定颜色的形状以及所有边距,填充等。