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).
Asked
Active
Viewed 65 times
-2

Geek
- 8,280
- 17
- 73
- 137
-
"how to prevent icon from appearing in this activity" -- appear *where*? In the action bar? – CommonsWare May 23 '13 at 08:10
-
Why are you asking too many question for same? – Pankaj Kumar May 23 '13 at 08:10
-
@PankajKumar sorry for this. But I'm looking from different angles of my problem and don't want to discuss all aspects in a single question. – Geek May 23 '13 at 08:17
-
Ok no problem. Choice is yours – Pankaj Kumar May 23 '13 at 08:21
1 Answers
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