首页 > 移动平台 > 详细

隐藏android中EditText的下划线-by:nixs

时间:2021-06-01 19:15:10      阅读:32      评论:0      收藏:0      [点我收藏+]

有的时候需要隐藏掉EditText的边框和下划线,代码为:
主要是这一栏:

android:background="@null"
  • ?
<EditText
            style="?android:attr/textViewStyle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@null"
            android:hint="输入用户名"
            android:paddingBottom="5dip"
            android:paddingTop="5dip" />

效果图:
技术分享图片

?

隐藏android中EditText的下划线-by:nixs

原文:https://blog.51cto.com/u_4955660/2842806

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!