Set Arrow seems to not working
See original GitHub issuePlease complete the following information:
- Library Version v1.1.2
- Affected Device(s) (Tablet Samsung) Galaxy TAB A 2016
Describe the Bug:
I’m trying to add my custom arrow to the balloon but it only show the default one. I tried with both methods
setArrowDrawableResource setArrowDrawable
val balloon = Balloon.Builder(this)
.setLayout(R.layout.popup_qty)
.setArrowSize(15)
.setArrowOrientation(ArrowOrientation.TOP)
.setArrowPosition(0.5f)
.setCornerRadius(10f)
.setArrowVisible(true)
.setArrowDrawable(ContextCompat.getDrawable(this, R.drawable.ic_custom_arrow))
.setBalloonAnimation(BalloonAnimation.OVERSHOOT)
.setDismissWhenTouchOutside(true)
.setLifecycleOwner(this)
.build()
balloon.showAlignBottom(view)
Expected Behavior:
Displaying my custom arrow
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Arrow Keys Not Working in Excel? 5 Ways to Troubleshoot
1. Click Start and type "on screen keyboard." · 2. When you see On-Screen Keyboard appear in search results, click it. The on-screen...
Read more >6 Ways To Fix Arrow Clearance Issues - YouTube
Learn about possible causes of arrow clearance issues.▻ Get exclusive free email content and tips: ...
Read more >How to Fix: Arrow Keys Not Working in Excel - YouTube
In this tutorial we're going to have a look at how to fix the arrow keys when they're not working correctly in Excel....
Read more >Arrow Keys Not Working in Excel - YouTube
In this video, I demonstrate how to turn scroll lock off when working in Excel. If scroll lock is turned on your arrow...
Read more >Mouse, Touchpad, Keyboard Arrow Key Not Working ...
Arrow key not working in laptop, arrow key not working in illustrator, #Arrowkeynotworkinginexcel, #Arrowkeynotworkingwindows10, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
AAAh Maybe I missed something but
now I have my arrow drawable. I removed some line and it’s working. Maybe
setArrowDrawable
where incompatible with some methods.So, sorry, MY BAD, sorry for the issue that is not really an issue
Ah that’s okay. I’m glad your problem is solved. Thank you 😃