user1049280
user1049280

Reputation: 5236

Deleting views from xml (android)

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

Answers (1)

Rajdeep Dua
Rajdeep Dua

Reputation: 11230

Looks like a compilation issue. Clean your project and build again. If this still presists try restarting Eclipse.

Upvotes: 1

Related Questions