File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 26
26
## Who's using Balloon?
27
27
** 👉 [ Check out who's using Balloon] ( /usecases.md ) **
28
28
29
- Balloon hits ** +500 ,000 downloads every month** around the globe! :balloon :
29
+ Balloon hits ** +800 ,000 downloads every month** around the globe! :balloon :
30
30
31
31
![ globe] ( https://user-images.githubusercontent.com/24237865/196018576-a9c87534-81a2-4618-8519-0024b67964bf.png )
32
32
@@ -539,6 +539,22 @@ button.setOnClickListener {
539
539
}
540
540
```
541
541
542
+ <img alt =" Image " src =" https://github.com/user-attachments/assets/c188b987-7fb1-4877-ae8e-2ba486e9cea1 " align =" right " width =" 310px " />
543
+
544
+ ### Stroke
545
+
546
+ You can apply a custom stroke to the balloon container and its arrow using the code below:
547
+
548
+ ``` kotlin
549
+ val balloon = Balloon .Builder (context)
550
+ ..
551
+ .setBalloonStroke(
552
+ color = Color .White .toArgb(),
553
+ thickness = 4f ,
554
+ )
555
+ .build()
556
+ ```
557
+
542
558
### Persistence
543
559
If you want to show up the Balloon only once or a specific number of times, you can implement it as the following example:<br >
544
560
You can’t perform that action at this time.
0 commit comments