UBatir

Results 2 comments of UBatir

fun showViewCase() { BubbleShowCaseBuilder(this) .title(getString(basket_show_case_view_title)) .description(getString(basket_show_case_view_description)) .arrowPosition(BubbleShowCase.ArrowPosition.TOP) .backgroundColor(getColor(this, background_secondary)) .textColor(getColor(this, common_black)) .titleTextSize(16) .descriptionTextSize(14) .closeActionImage(getDrawable(R.drawable.ic_old_close_)) .apply { binding.bottomNavView.findItemView(R.id.basket)?.let(::targetView) } .show() }