I wanna customize android studio editor background ,So i want to set image to editor,Is it possible ,Is there any option perform that.?
4 Answers
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 ..
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
for More detail source is : https://www.jetbrains.com/help/idea/2016.2/setting-background-image.html
4 Comments
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?

