ヒントと下線の間隔を変更したい。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" />