隐藏android中EditText的下划线

阅读 100

2023-03-10


有的时候需要隐藏掉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" />

相关推荐

精彩评论(0)

0 0 举报