<EditText
   
android:enabled="false"
   
android:focusable="false"
   
android:hint="테스트 팀개설 명"
   
android:padding="10dp"
   
android:id="@+id/beforeteamname"
   
android:maxLength="16"
   
android:singleLine="true"
   
android:background="@null"
   
android:layout_width="match_parent"
   
android:layout_height="wrap_content"
   
android:layout_marginBottom="20dp"/>

 

 

 

밑에 사진처럼 edittex 테두리가 없어졌다.

없어진 밑에 edittext는 기본 edittext이다.