alexzaitsev / android-styler

Android Studio / IDEA plugin that helps to create styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Arsenal

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 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
  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
  4. your style is prepared!
    step3

Changelog

Version: 1.0.1
  • Fix compatibility to make available for Android Studio
Version: 1.0
  • Pilot version

About

Android Studio / IDEA plugin that helps to create styles

License:Apache License 2.0


Languages

Language:Java 100.0%