diff --git a/Examples/NotificationStatusBarWithCustomView/src/course/examples/notification/statusbarwithcustomview/NotificationStatusBarWithCustomViewActivity.java b/Examples/NotificationStatusBarWithCustomView/src/course/examples/notification/statusbarwithcustomview/NotificationStatusBarWithCustomViewActivity.java index acee190ad..53a6a8f86 100644 --- a/Examples/NotificationStatusBarWithCustomView/src/course/examples/notification/statusbarwithcustomview/NotificationStatusBarWithCustomViewActivity.java +++ b/Examples/NotificationStatusBarWithCustomView/src/course/examples/notification/statusbarwithcustomview/NotificationStatusBarWithCustomViewActivity.java @@ -36,7 +36,7 @@ public class NotificationStatusBarWithCustomViewActivity extends Activity { private long[] mVibratePattern = { 0, 200, 200, 300 }; RemoteViews mContentView = new RemoteViews( - "course.examples.Notification.StatusBarWithCustomView", + "course.examples.notification.statusbarwithcustomview", R.layout.custom_notification); @Override @@ -82,4 +82,4 @@ public void onClick(View v) { }); } -} \ No newline at end of file +}