Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open Theme editor in android studio

My studio version is 1.3RC3, and I cannot find Theme Editor in MainMenu/Tool/Android.

which should look like this:

enter image description here

like image 263
01.sunlit Avatar asked Jul 25 '15 02:07

01.sunlit


People also ask

Where is the theme editor in Android Studio?

you can open it using the android studio search everywhere feature. Press Shift twice and type theme , it will show you the theme editor in the options.

Can we change theme in Android Studio?

In Android Studio, open themes. xml (app > res > values > themes > themes.

What is App theme Android studio?

A theme is a collection of attributes that's applied to an entire app, activity, or view hierarchy—not just an individual view. When you apply a theme, every view in the app or activity applies each of the theme's attributes that it supports.


2 Answers

You can find the theme editor in Android Studio - Tools>Android>Theme Editor.

The theme editor has been added in Android Studio 1.4 preview 1. Not all features of the theme editor are available now, more updates for customizing your own theme using theme editor will come up in the newer versions of studio.

like image 160
Telvin Mathew Avatar answered Sep 19 '22 04:09

Telvin Mathew


Stable version of this is available in android studio 1.4 preview. You can find it here

like image 24
Amit Pathak Avatar answered Sep 23 '22 04:09

Amit Pathak