Reputation: 5236
here's my problem: I had two buttons in one of my activities, then i decided to put their functional into OptionsMenu - so i did that and delete these buttons from my .xml layout file. I delete any references to these buttons but they're still visible. I think there's some bug but how can i get rid of this?
actually i have a similar problem with buttons in another activity, but it disappear after 2 or 3 compilations
Upvotes: 0
Views: 68
Reputation: 11230
Looks like a compilation issue. Clean your project and build again. If this still presists try restarting Eclipse.
Upvotes: 1