做Android開(kāi)發(fā)過(guò)程中,有沒(méi)有一種方法可以讓默認(rèn)文字只在android studio 編輯時(shí)顯示,而在真機(jī)運(yùn)行時(shí)不顯示,避免加載數(shù)據(jù)時(shí)的不友好展示呢驶赏?
實(shí)現(xiàn)方式
- 在根布局中添加tools標(biāo)簽:
xmlns:tools="http://schemas.android.com/tools"
2.使用tools標(biāo)簽替換android標(biāo)簽:
//TextView中
tools:text="張三"
//ImageView中:
tools:src="@mipmap/ic_launcher_round"