BubbleShowCase-Android icon indicating copy to clipboard operation
BubbleShowCase-Android copied to clipboard

TargetView with Navigation Drawer menu item

Open sandeepsingh88 opened this issue 6 years ago • 3 comments

I am trying to use this BubbleShowcase for menuItem placed on NavigationView inside DrawerLayout but somehow bubble is not showing up. Please suggest how to deal with this. Any help with be appreciated.

sandeepsingh88 avatar Nov 16 '18 14:11 sandeepsingh88

Hello @sandeepsingh88

If you use this library in your project. please give some code snippet, how to use bubble show case on Navigational drawer hamburger icon.

Thanks.

rajam1215 avatar Mar 06 '20 07:03 rajam1215

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() }

UBatir avatar Jan 20 '23 05:01 UBatir

not displayed messageView

UBatir avatar Jan 20 '23 05:01 UBatir