https://github.com/alexzaitsev/android-styler
Android Studio / IDEA plugin that helps to create styles
https://github.com/alexzaitsev/android-styler
android android-studio android-studio-plugin android-style plugin
Last synced: about 1 month ago
JSON representation
Android Studio / IDEA plugin that helps to create styles
- Host: GitHub
- URL: https://github.com/alexzaitsev/android-styler
- Owner: alexzaitsev
- License: apache-2.0
- Created: 2015-10-08T09:02:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T12:41:29.000Z (about 8 years ago)
- Last Synced: 2025-02-27T07:30:50.025Z (about 2 months ago)
- Topics: android, android-studio, android-studio-plugin, android-style, plugin
- Language: Java
- Homepage:
- Size: 169 KB
- Stars: 109
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-tips - android-styler
README
[](https://android-arsenal.com/details/1/2706)
# Android Styler
#### This plugin will save you a lot of time if you work with android layouts. You can easily create styles from view attributes. Check out [article](https://yalantis.com/blog/android-studio-plugin-development/) about this plugin.Download from JetBrains Plugin Repository: https://plugins.jetbrains.com/plugin/7972
#### Usage:
1. copy lines with future style from your layout.xml file

2. paste it to styles.xml file with Ctrl+Shift+D (or context menu)
3. enter name of new style in the modal window

4. your style is prepared!
#### Changelog
##### Version: 1.0.1
* Fix compatibility to make available for Android Studio
##### Version: 1.0
* Pilot version