Set toolbar icons size in Android Studio 3.0.1

Viewed 2992

I've just installed an update to android studio and now I see version 3.0.1 When I look to a toolbar I see that icons became two times smaller than usual.

enter image description here

Is it possible to make them bigger as it was before?

3 Answers

Have the same issue after updating to 3.0.1. As of Google Issue Tracker, it seems like a known issue & it is in assigned state. For a temporary fix, we can adjust the UI font of Android Studio from settings as below.

  1. File -> Settings
  2. Appearance & Behavior -> Appearance
  3. Under UI Options, select Override default fonts
  4. Set the size (I am setting size 24 to make the icons & text bigger)

Note : The above steps will make the Android Studio UI ugly but until a patch is released, we might need to adjust to this.

Related