5

I wanna customize android studio editor background ,So i want to set image to editor,Is it possible ,Is there any option perform that.?

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
Vadivel
  • 780
  • 1
  • 6
  • 21

3 Answers3

8

IntelliJ IDEA allows you to define any image as a background. So doing, you can set a background image for the current project only.

1.To set a background image

Do one of the following:

Press Shift twice ..

enter image description here

2. In the dialog box that opens, specify the image you want to use as the background, its opacity, filling and placement options. Besides that, you can choose to show background in the editor and tool windows, or in the IntelliJ IDEA frame

enter image description here

for More detail source is : https://www.jetbrains.com/help/idea/2016.2/setting-background-image.html

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
2

Yes, you go on Android studio and open setting You get appearance menu and their first subMenu you click and get a background option you can click and use wallpaper as your wish....

0

With the new Android Studio 2.3 Canary build you can do it,

check http://tools.android.com/recent/androidstudio23canaryavailable

IDE: We've upgraded the base IDE from IntelliJ 2016.1 to 2016.2, which adds a number of new features -- ligatures, breadcrumbs, editor background images, revamped UI for inspections, notifications and the debugger, and more.

However you should also check How to change or add theme to Android Studio?

Community
  • 1
  • 1
Ravi
  • 34,851
  • 21
  • 122
  • 183