I'm sure there is something I've done wrong. Maybe this particular icon can't be displayed (it does display in java android app)? I have decorated an Activity like this:
[Activity(Label = "T-n-T", MainLauncher = true, Icon = "@drawable/icon")]
public class MainActivity : Activity
And there is an icon.png in Resources/drawable (as well as drawable-hdpi, drawable-ldpi, drawable-xhdpi and drawable-xxhdpi), but no Icon appears in the title bar.
What am I doing wrong?