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.
我尝试使用 Java 而不是 XML 来更改我的 textview 的大小。有没有办法做到这一点?
是的,您可以简单地使用:
((TextView) findViewById(R.id.textview)).setTextSize(int);
链接到Android 文档。