public class SamplesActivity
extends AppCompatActivity
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
SamplesActivity.ActivityFeature
todo
|
| Modifier and Type | Field and Description |
|---|---|
protected static int |
FEATURE_DEPENDENCIES_INJECTION
todo:
|
protected static int |
FEATURE_TOOLBAR
todo:
|
| Constructor and Description |
|---|
SamplesActivity() |
| Modifier and Type | Method and Description |
|---|---|
Toolbar |
getToolbar()
todo:
|
protected boolean |
hasFeature(int feature)
todo:
|
void |
onContentChanged() |
protected void |
removeFeature(int feature)
todo:
|
protected int |
requestFeature(int feature)
todo:
|
void |
setTitle(CharSequence title) |
protected static final int FEATURE_DEPENDENCIES_INJECTION
protected static final int FEATURE_TOOLBAR
protected int requestFeature(int feature)
feature - protected boolean hasFeature(int feature)
feature - protected void removeFeature(int feature)
feature - public void onContentChanged()
@NonNull public Toolbar getToolbar()
public void setTitle(@Nullable CharSequence title)