![](https://iknow-base.cdn.bcebos.com/lxb/notice.png)
做android页面如何把文本框背景做成透明的
推荐于2017-09-14
展开全部
还需要设置字体颜色,不然没有了背景,字体和窗体背景都是黑色的什么都看不到
<EditText android:text="EditText" android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
></EditText>
<EditText android:text="EditText" android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
></EditText>
展开全部
在布局xml文件中学会用@null,
或者了解透明png文件,
或者知道颜色定义是带透明信息的
或者了解透明png文件,
或者知道颜色定义是带透明信息的
追问
不好意思,可以说详细点吗
追答
1.下面有个网友说了:背景设为空
android:background="@null"
2.透明png自己搜
3.Android中使用4个数字来表示颜色,分别是alpha、红(red)、绿(green)、蓝(blue)四个颜色值(ARGB)。Alpha最高可取值为255,表示颜色完全不透明。如果需要颜色透明、半透明,那么可以取值0-255中间的一些值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |