You need to use the android:background property , eg
(您需要使用android:background属性,例如)
android:background="@color/white"
Also you need to add a value for white in the strings.xml
(另外,您需要在strings.xml中为白色添加一个值)
<color name="white">#FFFFFF</color>
Edit : 18th Nov 2012
(编辑:2012年11月18日)
The first two letters of an 8 letter color code provide the alpha value, if you are using the html 6 letter color notation the color is opaque.
(8字母颜色代码的前两个字母提供了alpha值,如果您使用的是html 6字母颜色表示法,则颜色是不透明的。)
Eg :
(例如:)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…