物料文本字段

时间:2019-02-28 16:03:26

标签: android material-design textfield

我想在应用程序中使用不带标签的重要文本字段

like this

但是当我禁用提示时,我明白了

my textfield

如何删除行下方的空格?

<com.google.android.material.textfield.TextInputLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense"
    app:layout_constraintTop_toTopOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintBottom_toBottomOf="parent"
    app:hintEnabled="false"
    android:padding="0dp"
    android:layout_margin="0dp"
    android:minWidth="200dp">
<com.google.android.material.textfield.TextInputEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="0dp"
        android:layout_marginBottom="0dp"/>

0 个答案:

没有答案