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.
正如标题所说,我想根据输入的一些文本更改活动的标签/标题EditText。怎么可能做到这一点?
EditText
setTitle(Text);
将此行放在按钮侦听器中以更改活动标题。