-
Notifications
You must be signed in to change notification settings - Fork 168
4_customView dialog
水牛 edited this page Nov 20, 2017
·
2 revisions
with the start of :
StyledDialog.buildIosAlert(...) or StyledDialog.buildIosAlertVertical( ...)
then set a custom viewholder:
.setCustomContentHolder(new CustomContentHolder(this))
buildCustomInIos(SuperLvHolder customViewHolder,MyDialogListener listener)
the viewholder must extends SuperLvHolder.
buildCustomInMd(SuperLvHolder customViewHolder,MyDialogListener listener)
the common dialog style settings are still fuctional.
buildCustom( SuperLvHolder viewHolder)