Skip to content

Commit

Permalink
Rearrange and reformat codes
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 25, 2019
1 parent a5c7464 commit fadba2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion balloon/src/main/java/com/skydoves/balloon/Balloon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ import android.view.MotionEvent
import android.view.View
import android.widget.PopupWindow
import android.widget.RelativeLayout
import androidx.annotation.*
import androidx.annotation.ColorInt
import androidx.annotation.FloatRange
import androidx.annotation.LayoutRes
import androidx.annotation.MainThread
import androidx.annotation.StyleRes
import androidx.core.widget.ImageViewCompat
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.LifecycleObserver
Expand Down

0 comments on commit fadba2e

Please sign in to comment.