AndroidStudio/IntelliJ IDEA code style settings for Android projects.
- AndroidStudioStyle:
a standard code style of AndroidStudio 1.2
(Fixed part of the namespace of xml arrangement) - AndroidPlatformStyle:
a code style that is used by the Android platform development - AndroidModernStyle:
me modify
- Clone this repo
- Run the
install.sh
script - Restart AndroidStudio (or IntelliJ IDEA)
- Open Preferences and view the 'Code Style'
- Select you want to use code style, and apply
Inspired by java-code-styles in Square, Inc.