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);