public abstract class AlfonzActivity
extends ViewModelBaseEmptyActivity
Modifier and Type | Class and Description |
---|---|
static interface |
AlfonzActivity.IndicatorType |
Modifier and Type | Field and Description |
---|---|
static int |
INDICATOR_TYPE_BACK |
static int |
INDICATOR_TYPE_CLOSE |
static int |
INDICATOR_TYPE_NONE |
Constructor and Description |
---|
AlfonzActivity() |
Modifier and Type | Method and Description |
---|---|
void |
replaceFragment(Fragment fragment) |
void |
replaceFragment(Fragment fragment,
boolean addToBackStack,
boolean allowStateLoss) |
ActionBar |
setupActionBar(int indicatorType) |
ActionBar |
setupActionBar(int indicatorType,
java.lang.CharSequence title) |
ActionBar |
setupActionBar(int indicatorType,
java.lang.CharSequence title,
Toolbar toolbar) |
public static final int INDICATOR_TYPE_NONE
public static final int INDICATOR_TYPE_BACK
public static final int INDICATOR_TYPE_CLOSE
public ActionBar setupActionBar(int indicatorType)
public ActionBar setupActionBar(int indicatorType, java.lang.CharSequence title)
public ActionBar setupActionBar(int indicatorType, java.lang.CharSequence title, Toolbar toolbar)
public void replaceFragment(Fragment fragment)
public void replaceFragment(Fragment fragment, boolean addToBackStack, boolean allowStateLoss)