public static class TedBottomPicker.Builder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
cameraTileBackgroundResId |
android.graphics.drawable.Drawable |
cameraTileDrawable |
android.content.Context |
context |
int |
galleryTileBackgroundResId |
android.graphics.drawable.Drawable |
galleryTileDrawable |
TedBottomPicker.ImageProvider |
imageProvider |
int |
maxCount |
TedBottomPicker.OnErrorListener |
onErrorListener |
TedBottomPicker.OnImageSelectedListener |
onImageSelectedListener |
int |
peekHeight |
boolean |
showCamera |
boolean |
showGallery |
boolean |
showTitle |
int |
spacing |
java.lang.String |
title |
int |
titleBackgroundResId |
| Constructor and Description |
|---|
Builder(android.content.Context context) |
public android.content.Context context
public int maxCount
public android.graphics.drawable.Drawable cameraTileDrawable
public android.graphics.drawable.Drawable galleryTileDrawable
public int spacing
public TedBottomPicker.OnImageSelectedListener onImageSelectedListener
public TedBottomPicker.OnErrorListener onErrorListener
public TedBottomPicker.ImageProvider imageProvider
public boolean showCamera
public boolean showGallery
public int peekHeight
public int cameraTileBackgroundResId
public int galleryTileBackgroundResId
public java.lang.String title
public boolean showTitle
public int titleBackgroundResId
public TedBottomPicker.Builder setMaxCount(int maxCount)
public TedBottomPicker.Builder setOnImageSelectedListener(TedBottomPicker.OnImageSelectedListener onImageSelectedListener)
public TedBottomPicker.Builder setOnErrorListener(TedBottomPicker.OnErrorListener onErrorListener)
public TedBottomPicker.Builder showCameraTile(boolean showCamera)
public TedBottomPicker.Builder setCameraTile(int cameraTileResId)
public TedBottomPicker.Builder setCameraTile(android.graphics.drawable.Drawable cameraTileDrawable)
public TedBottomPicker.Builder showGalleryTile(boolean showGallery)
public TedBottomPicker.Builder setGalleryTile(int galleryTileResId)
public TedBottomPicker.Builder setGalleryTile(android.graphics.drawable.Drawable galleryTileDrawable)
public TedBottomPicker.Builder setSpacing(int spacing)
public TedBottomPicker.Builder setSpacingResId(int dimenResId)
public TedBottomPicker.Builder setPeekHeight(int peekHeight)
public TedBottomPicker.Builder setPeekHeightResId(int dimenResId)
public TedBottomPicker.Builder setCameraTileBackgroundResId(int colorResId)
public TedBottomPicker.Builder setGalleryTileBackgroundResId(int colorResId)
public TedBottomPicker.Builder setTitle(java.lang.String title)
public TedBottomPicker.Builder setTitle(int stringResId)
public TedBottomPicker.Builder showTitle(boolean showTitle)
public TedBottomPicker.Builder setTitleBackgroundResId(int colorResId)
public TedBottomPicker.Builder setImageProvider(TedBottomPicker.ImageProvider imageProvider)
public TedBottomPicker create()