• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

word "new" in my code has no colour in android studio

I am trying to write code for BLE data transfering and i got a problem in my code. The word new as you can see below is supposed to be kind of yellow in my code but it has no colours. Is this a problem cause it annoys me.
Java:
private void bluetoothONMethod() {
    buttonOn.setOnClickListener(new View.OnClickListener() {
        [USER=1021285]@override[/USER]
        public void onClick(View view) {

        }
    });
}
 
Last edited by a moderator:
Back
Top Bottom