<Button
android:id="@+id/button10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Reset"
android:onClick="onReset"
/>
onReset功能如何在Android中獲取按鈕(當它被單擊時)使用text屬性指定的文本以外的文本?
public void onReset(View v){
// by using getText(), we get whatever that is specified in android:text attribute in xml
}
我可以得到比「復位」等一些其他的文字時,該按鈕被點擊。如果是的話,你能解釋一下嗎?
如果動態'的setText()'按鈕比你會得到新的文本(你動態設置),當你將調用'getText()'。 –
你的意思是其他文字?你想改變按鈕文本,並得到它,或者你需要獲得其他小部件文本或其他東西? –
具體關於您正面臨的問題。目前這個問題還不清楚。需要更多信息 –