|
|
|
|
@ -17,6 +17,7 @@ import android.content.Context;
|
|
|
|
|
import android.content.DialogInterface;
|
|
|
|
|
import android.content.Intent;
|
|
|
|
|
import android.content.IntentFilter;
|
|
|
|
|
import android.graphics.Color;
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
|
import android.support.v4.app.ActionBar;
|
|
|
|
|
import android.support.v4.app.Fragment;
|
|
|
|
|
@ -190,6 +191,8 @@ public class TaskListActivity extends AstridActivity implements MainMenuListener
|
|
|
|
|
mainMenu = (ImageView) actionBar.getCustomView().findViewById(R.id.main_menu);
|
|
|
|
|
personStatus = (TextView) actionBar.getCustomView().findViewById(R.id.person_image);
|
|
|
|
|
commentsButton = (Button) actionBar.getCustomView().findViewById(R.id.comments);
|
|
|
|
|
if (ThemeService.getUnsimplifiedTheme() == R.style.Theme_White_Alt)
|
|
|
|
|
commentsButton.setTextColor(Color.BLACK);
|
|
|
|
|
|
|
|
|
|
initializeFragments(actionBar);
|
|
|
|
|
createMainMenuPopover();
|
|
|
|
|
|