AndroidStdio导入codestyle&&Theme

1. AndroidStdio CodeStyle 导入

下载一个codestyle文件。

https://github.com/google/styleguide

https://github.com/square/java-code-styles

下载对应的xml文件。

在studio的配置文件下新建一个codestyles,将对应的xml文件放到里面。

C:\Users\Name\.AndroidStudio1.2\config

 

2.Android Studio theme

http://www.riaway.com/

http://www.ideacolorthemes.org/home/

 

下载完之后,打开studio->File->import setting->选择刚才下载的jar文件,然后重启。

打开setting->Editor->Colors&Fonts->Scheme 下拉选择即可。

 

你可能感兴趣的:(android)