Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以在 xml 中的编辑文本上设置提示文本。当编辑文本不在焦点上时,使用它来显示提示文本。
android:hint="Write Caption"
您也可以在活动中通过代码设置它
editText.setHint("Hint text");