public class Materialize
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Materialize(MaterializeBuilder materializeBuilder)
the protected Constructor for the result
|
| Modifier and Type | Method and Description |
|---|---|
android.view.ViewGroup |
getContent()
get the materializeContentRoot Layout
|
IScrimInsetsLayout |
getScrimInsetsFrameLayout()
get the materializeContentRoot Layout (ScrimInsetsFrameLayout)
|
void |
keyboardSupportEnabled(android.app.Activity activity,
boolean enable)
a helper method to enable the keyboardUtil for a specific activity
or disable it.
|
void |
setFullscreen(boolean fullscreen)
set the insetsFrameLayout to display the content in fullscreen
under the statusBar and navigationBar
|
void |
setStatusBarColor(int statusBarColor)
Set the color for the statusBar
|
void |
setTintNavigationBar(boolean tintNavigationBar)
enable navigationBar tinting of the ScrimInsetsLayout
|
void |
setTintStatusBar(boolean tintStatusBar)
enable StatusBar tinting of the ScrimInsetsLayout
|
protected Materialize(MaterializeBuilder materializeBuilder)
materializeBuilder - public void setFullscreen(boolean fullscreen)
fullscreen - public void setTintStatusBar(boolean tintStatusBar)
tintStatusBar - public void setTintNavigationBar(boolean tintNavigationBar)
tintNavigationBar - public void setStatusBarColor(int statusBarColor)
statusBarColor - public IScrimInsetsLayout getScrimInsetsFrameLayout()
public android.view.ViewGroup getContent()
public void keyboardSupportEnabled(android.app.Activity activity,
boolean enable)
activity - enable -