标签: android
是否可以为android中的按钮设置提示?
答案 0 :(得分:5)
如果没有Button文本,则仅将提示属性视为默认替代。当您将鼠标悬停在元素上时,它不是HTML标题属性中真正的“工具提示”。
答案 1 :(得分:2)
代码中的myButton.setHint或XML中的android:hint。 Button从TextView继承它们。
myButton.setHint
android:hint
Button
TextView
答案 2 :(得分:0)
您也可以拖放到GUI上并右键单击按钮,然后选择提示。