public class TedBottomPicker
extends BottomSheetDialogFragment
| Modifier and Type | Class and Description |
|---|---|
static class |
TedBottomPicker.Builder |
static interface |
TedBottomPicker.ImageProvider |
static interface |
TedBottomPicker.OnErrorListener |
static interface |
TedBottomPicker.OnImageSelectedListener |
static interface |
TedBottomPicker.OnMultiImageSelectedListener |
| Modifier and Type | Field and Description |
|---|---|
static TedBottomPicker.Builder |
builder |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
TedBottomPicker() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(android.os.Bundle savedInstanceState) |
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
onViewCreated(android.view.View contentView,
android.os.Bundle savedInstanceState) |
void |
setupDialog(android.app.Dialog dialog,
int style) |
void |
show(FragmentManager fragmentManager) |
public static final java.lang.String TAG
public static TedBottomPicker.Builder builder
public void onCreate(android.os.Bundle savedInstanceState)
public void onSaveInstanceState(android.os.Bundle outState)
public void show(FragmentManager fragmentManager)
public android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
public void onViewCreated(android.view.View contentView,
android.os.Bundle savedInstanceState)
public void setupDialog(android.app.Dialog dialog,
int style)