2

を使用して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>

それを修正する方法は?

4

1 に答える 1