Skip to content

Commit

Permalink
Changed example
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Mar 12, 2018
1 parent 3475063 commit 39d699f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ class MainActivity : AppCompatActivity() {
binding.root.viewTreeObserver.removeOnGlobalLayoutListener(this)

val spot1 = SimpleSpot.Builder(this@MainActivity).setPoint(binding.fab)
.setRadius(100f)
.setTitle("First title")
.setDescription("First description")
.build()

val spot2 = SimpleSpot.Builder(this@MainActivity).setPoint(binding.title)
.setRadius(100f)
.setTitle("Second title")
.setDescription("Second description")
.build()
Expand Down

0 comments on commit 39d699f

Please sign in to comment.