Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Editor Font Sizing

Is there any way to make the editor text larger in Android Studio?

I go to Settings>Editor>Colors&Fonts>Font where I find "Size:12". However, I'm unable to change the value for the size.

like image 818
Jonathan Avatar asked Jul 02 '13 19:07

Jonathan


People also ask

How do I change font size in editor?

On the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In Show settings for list, select Text Editor. Modify the Font and Size options to change the font and text size for the editor.

How do I change font size in android programmatically?

To set Android Button font/text size, we can set android:textSize attribute for Button in layout XML file. To programmatically set or change Android Button font/text size, we can pass specified size to the method Button. setTextSize(specific_size).

How do I change font size in Android XML?

Adding fonts to a TextView To set a font for the TextView , do one of the following: In the layout XML file, set the fontFamily attribute to the font file you want to access. Open the Properties window to set the font for the TextView .


2 Answers

They didn't make this very obvious, did they?

All you have to do is click the "Save As" button to create a new profile. You can't change the font because you can't overwrite the default profiles.

like image 69
btse Avatar answered Sep 19 '22 13:09

btse


If creating a custom setting doesn't help:

Click on File > Settings > Editor and check the field: Change font-size with CTRL + Mouse Wheel. screenshot Worked for me.

like image 45
carousally Avatar answered Sep 19 '22 13:09

carousally