This may seem like a silly question but does anyone know how to zoom in/out of the editor window in android studio? I have actually researched it before people give me minus marks. Ctrl+ and Ctrl- seem to fold and unfold methods, there is no zoom control in the view drop-down and all the googleing ive done has referred my to zoom the control feature of a WebView. Am i missing something?
6 Answers
Modify the settings of the android studio as shown below
Step 1: Open Android Studio and Go to File
Step 2: Open Settings
Step 3: Click on Editor
Step 4: Click General
Step 5: Check Change font size (Zoom) with Ctrl+Mouse Wheel (as shown in below snapshot)

- 6,627
- 2
- 58
- 83

- 4,211
- 1
- 20
- 25
-
3thanks bro you save my time but this just change the font of that file only where we increase font by our mouse but anyway it is very good – yasiriqbal776 Sep 08 '15 at 19:11
In Preferences > Editor, there's an option "Change font size (Zoom) with Command+Mouse Wheel". (I'm on MacOS; on other platforms it might be control+mouse wheel).
You can also go into Preferences > Keymap > Editor Actions > Decrease Font Size/Increase Font Size/Reset Font Size and bind some keys to those commands.
IntelliJ and Android Studio have decent built-in search for finding application functions. In the preferences dialog, you can just start typing to do search (you can just start typing from a lot of places in the UI to begin a search); there's also a search box.
There's a key binding for searching actions by name; on MacOS it's command-shift-A. That's a super-handy feature.

- 79,344
- 24
- 180
- 163
-
23+1 `There's a key binding for searching actions by name; on MacOS it's command-shift-A. That's a super-handy feature.` on windows it's `ctrl+shift+a` – Shishir Gupta Nov 11 '14 at 08:30
-
2
-
On MacOS there is a slight bug where if you have this option enabled, if you press command after a trackpad scroll, it will change the font size until the scroll settles. It is annoying and I have it disabled for this reason. – Feb 21 '16 at 15:03
When i update the android studio to the latest version now 2.0 the font changed and became bigger.
the provided solutions allow a change of font size just for the current page (opened page) if you want to change your entire font size of android studio you have to do this :
go to Settings>Editor>Colors&Fonts>Font
then click on "save as" and create a new profile name it "my profile" for example
and finally you can put the font of that profile, i put 12 so it was the previous version

- 3,761
- 2
- 29
- 29
On a 2016 Macbook air without an external mouse, do the accepted answer, and pinch on the trackpad to shrink the text, reverse pinch to enlarge.

- 1,920
- 2
- 29
- 49
For MacBook Users:
To change font size:
Select **Android Studio** menu (which is present next to Apple icon)-->Preferences--->Editor-->Font-->Size(give size)-->ok
To zoom in and out in Editor:
Select **Android Studio** menu -->Editor-->General-->change font size (zoom) with command and mouse wheel-->ok

- 1,084
- 12
- 20