rozerro
rozerro

Reputation: 7170

How to increase the font size of a pop-up in Android Studio?

I'm using Android Studio fo Flutter Projects and one thing I would like to improve is the size of the pop-up font in the editor window. I think the same is actual for a java or a kotlin developers. Is there a setting to make the font bigger?

enter image description here

Upvotes: 0

Views: 212

Answers (1)

seenukarthi
seenukarthi

Reputation: 8634

Only way to increase the font size is to increase the font size in Settings -> Appearance & Behavior -> Appearance Check the "Use custom font" and increase the size.

enter image description here

Note this will change the font size of IDE itself.

Upvotes: 2

Related Questions