Reputation: 305
My studio version is 1.3RC3, and I cannot find Theme Editor in MainMenu/Tool/Android.
which should look like this:
Upvotes: 6
Views: 18426
Reputation: 21
It's no longer supported in newer android studio versions we have to work from theme and style xml files
Upvotes: 0
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.
Upvotes: 1
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
Reputation: 186
Stable version of this is available in android studio 1.4 preview. You can find it here
Upvotes: 3