dontknowhy
dontknowhy

Reputation: 2906

Android Studio, how to change left side panel font size in Material Theme

because of my bad searching skills, I have been searching for 2 hours and haven't found it

After I install Material Theme from Plugin, I want to change the font size of this left panel How can I do it?

Not the part of typing code. I want to increase the font size of the file name where the files are listed. The panel on the left.

Upvotes: 1

Views: 1405

Answers (1)

SlothCoding
SlothCoding

Reputation: 1716

If I understand correctly you want to increase the font size of the android studio left panel where project files are? If you want to do that you can do it like this:

Go to File > Settings > Appearance & Behavior > Appearance (or you can press Ctrl + Alt + S and go to Appearance & Behaviour > Appearance), and there you will have to check Use custom font: and you can select a custom font and font size.

enter image description here

Upvotes: 6

Related Questions