#【Android】EditTextの下線を消す
- EditTextの下線を消す方法
Activity.xml
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
// backgroundに、以下を設定するだけ
android:background="#00000000"/>
Go to list of users who liked
More than 3 years have passed since last update.
#【Android】EditTextの下線を消す
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
// backgroundに、以下を設定するだけ
android:background="#00000000"/>
Register as a new user and use Qiita more conveniently
Go to list of users who liked