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.
对不起我糟糕的英语。android 中有一个应用程序TabHost。标签包括Activity. 在应用程序中,我使用菜单编译prefs.xml
TabHost
Activity
prefs.xml
如何仅在活动中更改动态字体大小?
您可以使用以下方法更改文本大小:
int size = 12; TextView textView = findViewById(R.id.my_text_view); textView.setTextSize(size);