Beginner Android Development, find some ADT tool optimization on the Internet, set it up and save it. Lest I forget it later.
1. Set the background color:
Hue , saturation, brightness 205
rgb:199, 237, 204
2. Set the font for the code
To set the font for Java file code:
To set the font for the code in the XML file:
3. Set auto-complete code
Just learned Android, there are many variables and methods are unfamiliar. Need to be prompted to be more convenient.
Shortcut: Alt +/can appear code hint.
The default is only the input "." After the code completion prompt, can be set as follows:
In auto activation triggers for Java: That column is modified to ". _abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz"
Indicates that any character, such as input. _ABC, will have code completion hints.
The following settings are also used in XML:
Plus "<=:_abcdefghijklmnopqrstuvwxyz."
Transferred from: http://blog.csdn.net/liukang325/article/details/21747065
Some optimization settings in ADT Development: Code background color, code font size, code auto-completion