-2

I have not specified android:icon attribute in <activity> tag. Still somehow icon appears on screen for that activity.
My problem is that how to prevent icon from appearing in this activity?

The strange thing is that in other activities icon does not appear(this is what I want for all activity).

Geek
  • 8,280
  • 17
  • 73
  • 137

1 Answers1

0

The problem was that in <application> tag icon attribute was used which becomes the bydefault icon of all activities, unless explicity specified.

In activities where icon was not appearing, title bar was disabled and thus icon that is a part of title bar does not get displayed.

Geek
  • 8,280
  • 17
  • 73
  • 137