android - 底部没有线条的EditText

标签 android android-layout android-edittext

我想让我的编辑文本字段底部没有线,就像这张照片 enter image description here 现在我的编辑文本看起来像这样 enter image description here 我该怎么做?

最佳答案

<EditText
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@null"/>

你可以通过将背景设置为空来实现

关于android - 底部没有线条的EditText,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27656838/

相关文章:

android - VectorDrawable 无法在 API 23 上正确呈现

android - 给定一列值删除数据库表中的行 - 这是一个字符串

android:imeOptions 不去确切的下一个 EditText

android - 创建自定义按钮类以在 Android 中设置样式

android - 有没有办法以编程方式在 TextView 中选择文本?

java - 如何使用 Glide [Android] 下载多张图片?

android - OpenGL : gluUnProject returns wrong coordinates

只有零条目的 Android Edittext

android - 为什么使用 View Binding 会改变布局?

android - ListView 中的 EditText 高度与行高不匹配