在xml中显示整数值的代码是什么?
我想显示用户将在 XML 中定义的整数。
TextView Years = (TextView) findViewById(R.id.Years);
Years.setText(Age);
我知道这是正确的,但我不知道在 XML 中放入什么内容才能显示整数。 谢谢。
I want to display an integer that the user will define in the XML.
TextView Years = (TextView) findViewById(R.id.Years);
Years.setText(Age);
I know that this is right, but I don't know what to put in the XML to have the integer displayed.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将字符串放入 xml 中。如果您想将该字符串用作整数。你用的是线
You put strings in xml. And if you want to use that string as an integer. You use the line