What does it mean when the class name is green instead of redish?
Thanks
Green indicates new files in the version control system (e.g., git), red is for files that are not added to the VCS, blue - for changed files since last commit, and white - for ignored files.
Android green is a shade of chartreuse or Caribbean green, defined by Google as the color of the "Android robot" logo for the Android operating system.
You can try this . File -> Settings -> Colors&Fonts -> Java(XML) -> change foreground you want on the right- top whee I tag. if you want change XML code color , you can find XML to change . You can download jar.
Named Color Resources in Android (Note: To add a new resource first select the app in the Project explorer file. Then use the File or context menu, usually right-click, then the New option and select Android resource file. A color resource does not need to be stored in colors. xml, other file names can be used.)
It is related with Version Control
. You have Enabled Version Control
on your project:
Green means that the file exists in repository
but there are changes made on that.
Red means that the file is not added to the repository
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With