66</br >
77<p align =" center " >
88 <a href =" https://opensource.org/licenses/Apache-2.0 " ><img alt =" License " src =" https://img.shields.io/badge/License-Apache%202.0-blue.svg " /></a >
9- <a href =" https://android-arsenal.com/api?level=16 " ><img alt =" API " src =" https://img.shields.io/badge/API-16 %2B-brightgreen.svg?style=flat " /></a >
9+ <a href =" https://android-arsenal.com/api?level=17 " ><img alt =" API " src =" https://img.shields.io/badge/API-17 %2B-brightgreen.svg?style=flat " /></a >
1010 <a href =" https://github.com/skydoves/Balloon/actions " ><img alt =" Build Status " src =" https://github.com/skydoves/Balloon/workflows/Android%20CI/badge.svg " /></a >
1111 <a href =" https://medium.com/swlh/a-lightweight-tooltip-popup-for-android-ef9484a992d7 " ><img alt =" Medium " src =" https://skydoves.github.io/badges/Story-Medium.svg " /></a >
1212 <a href =" https://github.com/skydoves " ><img alt =" Profile " src =" https://skydoves.github.io/badges/skydoves.svg " /></a >
@@ -33,7 +33,7 @@ allprojects {
3333And add a dependency code to your ** module** 's ` build.gradle ` file.
3434``` gradle
3535dependencies {
36- implementation "com.github.skydoves:balloon:1.1.2 "
36+ implementation "com.github.skydoves:balloon:1.1.3 "
3737}
3838```
3939
@@ -409,10 +409,13 @@ FADE | OVERSHOOT | ELASTIC | CIRCULAR |
409409.setPaddingTop(value: Int )
410410.setPaddingRight(value: Int )
411411.setPaddingBottom(value: INt )
412+ .setElevation(value: Float )
412413.setArrowVisible(value: Boolean )
413414.setArrowSize(value: Int )
414415.setArrowPosition(@FloatRange (from = 0.0 , to = 1.0 ) value: Float )
415416.setArrowOrientation(value: ArrowOrientation )
417+ .setArrowColor(value: Int )
418+ .setArrowColorResource(value: Int )
416419.setArrowDrawable(value: Drawable ? )
417420.setArrowDrawableResource(value: Int )
418421.setBackgroundColor(value: Int )
0 commit comments