Skip to content

Commit

Permalink
Make default elevation of the arrow as 0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 19, 2021
1 parent 3914516 commit 1daa878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balloon/src/main/java/com/skydoves/balloon/Balloon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ class Balloon(

@JvmField
@set:JvmSynthetic
var arrowElevation: Float = context.dp2Px(2f)
var arrowElevation: Float = 0f

@JvmField @ColorInt
@set:JvmSynthetic
Expand Down

0 comments on commit 1daa878

Please sign in to comment.