9
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studio のメニュー文字サイズを変える

Posted at

概要

Windows 版の Android Studio 3.0系でちょっと困った点について書いてみます。

動機

Windows PC で Android Studio を 3.0 にアップグレードしたところ、メニュー等の文字が 2 系の頃に比べて小さくなったように感じました。

12.png

目が悪くてちょっと厳しいので設定を変更します。


設定変更

メニューバーの "File" -> "Settings" -> "Appearance & Behavior" の "Appearance" にある "UI Options" の "Override default fonts by (not recommended):" というセクションで、任意のフォント名とフォントサイズを設定可能です。

変更前

12でした。

font_size.png

変更後

14に変更するとこのようなサイズになります。

14pt.png


エディタのフォント

メニューバーの "File" -> "Settings" -> "Editor" -> "Colors & Fonts" -> "Font" のところで変更可能です。

editor.png


スクリーンショットと動画

2系の頃から配置が変わって、3.0 だと Logcat タブのところに格納された形で存在するようです。

ss.png

カーソルを合わせると出現します。

ss1.png


終わりに

Settings のダイアログには検索ボックスがあるので、「この設定はあるのかな」と思ったら探してみると良いと思います。

9
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?