1. 程式人生 > >隱藏android中EditText的下劃線

隱藏android中EditText的下劃線

有的時候需要隱藏掉EditText的邊框和下劃線,程式碼為:
主要是這一欄:

android:background="@null"
<EditText
            style="?android:attr/textViewStyle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@null"
            android:hint="輸入使用者名稱"
            android:paddingBottom
="5dip" android:paddingTop="5dip" />

效果圖:
這裡寫圖片描述