Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Android Studio / IDEA plugin that helps to create styles

Awesome Lists containing this project

README

        

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Styler-green.svg?style=flat)](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

![step1](https://github.com/alexzaitsev/android-styler/blob/master/screenshots/01.jpg)
2. paste it to styles.xml file with Ctrl+Shift+D (or context menu)

3. enter name of new style in the modal window

![step2](https://github.com/alexzaitsev/android-styler/blob/master/screenshots/02.jpg)
4. your style is prepared!

![step3](https://github.com/alexzaitsev/android-styler/blob/master/screenshots/03.jpg)

#### Changelog

##### Version: 1.0.1

* Fix compatibility to make available for Android Studio

##### Version: 1.0

* Pilot version