界面设置
默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面
- File | Settings... 打开设置
- 选择Appearance & Behavior > Appearance
- 在UI Options-Theme 中选择Darcula
系统字体设置
- File | Settings... 打开设置
- 选择Appearance & Behavior > Appearance
- 在UI Options 中勾选Override default fonts by(not recommended)
编程字体设置
- File | Settings... 打开设置
- 选择 Editor > Colors & Fonts > Font
- 在 Scheme 中点击 Save As... 后修改
默认文件编码
- File | Settings... 打开设置
- 选择 Editor > File Encodings
- IDE Encoding、Project Encoding、Properties File(*.properties)
快捷键
- File | Settings... 打开设置
- 选择 Keymap
Android Studio编辑区域,去掉中部会竖线
- File | Settings... 打开设置
- 选择 Editor > General > Appearance
- 取消勾选 Show right margin (configured in Code Style options)
显示行号,方便查询
- File | Setting... 打开设置
- 选择 Editor > General > Appearance
- 勾选Show line numbers
命名前缀,规范命名
- File | Settings... 打开设置
- 选择 Editor > Code Style > Java
- 选择 Code Generation 标签
- 在Naming 中 Name prefix 下Field 添加一个’m’,Static filed 添加一个’s’
设置注释模板
- File | Settings... 打开设置
- 选择 Editor > File and Code Templates
- 选择 Includes 标签,选中 File Header