Skip to content

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.

Notifications You must be signed in to change notification settings

goatapp/xml-resources-sorter

 
 

Repository files navigation

xml-resources-sorter

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.

Common case is strings.xml/color.xml/style.xml in Android project.

Supported file format

Any xml file who matches below formats

<?xml version="1.0" encoding="utf-8" standalone="no"?>
    ...
    <resources>
        ...
        <color name="black">#FF000000</color>
        ...
    </resources>
    ...

Visual Effect

Entries

Recommendation Options for goat-android/fawkes/alias-android projects:

Keyboard shortcut

  • Option + [Control] + S(macOS)

About

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 55.1%
  • Java 44.9%