01.sunlit
01.sunlit

Reputation: 305

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

Upvotes: 6

Views: 18426

Answers (4)

Abdelrhman Ghanem
Abdelrhman Ghanem

Reputation: 21

It's no longer supported in newer android studio versions we have to work from theme and style xml files

Upvotes: 0

justadev23
justadev23

Reputation: 11

you could even 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.

screenshot

Upvotes: 1

Telvin Mathew
Telvin Mathew

Reputation: 345

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.

Upvotes: 6

Amit Pathak
Amit Pathak

Reputation: 186

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

Upvotes: 3

Related Questions