146147148149150151152153
/** * Setup the bottom bar of the Launcher */ private void setupBottomBar() { bottomBar = new LauncherBottomBar(); App.settings.setBottomBar(bottomBar); }