From the course: Programming for Non-Programmers: Android & Kotlin

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Change preferences in Android Studio

Change preferences in Android Studio

From the course: Programming for Non-Programmers: Android & Kotlin

Start my 1-month free trial

Change preferences in Android Studio

- [Instructor] Let's take a look at using the settings window to adjust fonts and font sizes for code. So, before we do that, I'm going to head over to my Cotlin file. So, MainActivity.kt. I'm just clicking the tab right here to get to it. And, you can see the font right here. So, I'm going to open up the preferences window by going to Android Studio preferences and that's how to get to it on the Mac. And, of course, you don't have the Android Studio option on Windows, so you can access the same menu by going to file and then settings. Now, it's not here because I'm on a Mac right now, but this is about where you'll see it on Windows. So, open up that window and then we're going to head over to the editor section and expand it by clicking the triangle on the left. And then we're going to expand colors and fonts and choose font. In the main area, you can see that you can adjust the scheme from default to Darcula and back if you wish. I'll go back to default and now I'm going to change…

Contents