Hi, Looks like you are missing a call setContentView, so the layout is not set for the activity. Just wrap getUi(...) into setContentView(getUi(...)).
By the way, you might want to consider posting to the dedicated Macroid group (https://groups.google.com/forum/#!forum/macroid), since that way I get notifications faster ;) Nick -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
