case R.id.nav_videos:
                fragment = VideosFragment.newInstance();
                switchFragment(fragment);
                mTitle = getString(R.string.nav_local_videos);
                restoreActionBar();