public void setupMediaBarView() {
   if (podcastPlayer.isStopped()) {
     hideMediaBarView();
   } else {
     showMediaBarView();
   }
 }