LoginSignup
0
0

More than 3 years have passed since last update.

【Android】EditTextの下線を消したい

Last updated at Posted at 2020-09-28

【Android】EditTextの下線を消す

  • EditTextの下線を消す方法
Activity.xml

<EditText
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    // backgroundに、以下を設定するだけ
    android:background="#00000000"/>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0