を使用してSupport Design Library
います。作成しましEditText
たが、何かを書いているときに、下の図のように編集テキストの青い下線が表示されます
これが私のコードです:
<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:hint="Test"
android:inputType="none"
android:singleLine="true" />
</android.support.design.widget.TextInputLayout>
それを修正する方法は?