我想更改提示和下划线之间的间距。我在 TextInputLayout 中使用 EditText。EdiText 或 TextInputLayout 上的边距填充不起作用。它改变了整个内容的一面,而不是提示和下划线之间的间距。
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:hint="Email"
android:inputType="textEmailAddress" />