Set Background as null

后端 未结 5 1727
时光取名叫无心
时光取名叫无心 2021-02-13 03:36

If I use the following line in the xml layout:

android:background=\"@null\"
  1. Is it safe?
  2. Is effective from a performance point o
5条回答
  •  不知归路
    2021-02-13 04:38

    It can be used for a number of things. I specifically use it to remove that underline in my EditText's. It is safe to use but just be sure that you require it in your code.

提交回复
热议问题