soo mik
soo mik

Reputation: 1

What is the meaning of blue class symbol with a quarter green in Android Studio?

What is the meaning of the symbol below?
The symbol in android studio intelliJ: A blue circle that has a quarter slice of it colored green. It has a 'C' in the center.

I couldn't find this symbol in IntelliJ IDEA 2017.2 Help - Symbols.

Upvotes: 0

Views: 719

Answers (1)

Sai Jayant
Sai Jayant

Reputation: 376

This represents a Abstract class.

Screenshot of editor. On the left is a code hierarchy listing. ReviewAdaptor is listed and has the same symbol from the question (a circle that is 75% blue and 25% green). On the right is the code for the ReviewAdaptor class. The class is defined as abstract.

Upvotes: 2

Related Questions