Skip to content

Commit

Permalink
last stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
farimarwat committed Aug 20, 2022
1 parent cb4be47 commit 5d29bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/pk/farimarwat/wordgame/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class MainActivity : AppCompatActivity() {
path.moveTo(width*0.32f,height*0.62f)
path.lineTo(width*0.62f,height*0.62f)
binding.tlview.setLetter(path,width,height)

// binding.tlview.setLetter("A",width,height)
binding.tlview.addListener(object :AbcdkidsListener{
override fun onDotTouched(progress: Float) {
Log.e(TAG,"Progress: ${progress}")
Expand Down

0 comments on commit 5d29bba

Please sign in to comment.