Set toolbar icons size in Android Studio 3.0.1

前端 未结 3 856
陌清茗
陌清茗 2021-02-13 04:33

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.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 05:19

    As said in this comment it is an Intended Behavior in version 3.0. But this behavior can be reverted by setting the system property hidpi.allow.fractional to true in file ~AndroidStudioHOME\idea.properties and restart Android Studio.

    You can open and edit this file directly from IDE by Help | Edit Custom Properties menu:

    hidpi.allow.fractional=true
    

    P.S. But, for example, I'm already used to this size and it seems to me quite comfortable. There is more space for text, especially at 13 inches laptop.

    Update Fixed in Android Studio 3.1. Icons become bigger as earlier

提交回复
热议问题