Guest User

Untitled

a guest
Jan 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. fun onPlay(view: View){
  2. var play = findViewById(R.id.play) as Button
  3. play.isClickable=false
  4. play.visibility=view.INVISIBLE
  5. }
  6.  
  7. fun onPlay(view: View){
  8. var play = findViewById(R.id.play) as Button
  9. play.isClickable=false
  10. play.visibility= View.INVISIBLE // v letter should be capital
  11. }
  12.  
  13. appCompatActivity!!.findViewById<LinearLayout>(R.id.layoutsearch)?.visibility =View.GONE
Add Comment
Please, Sign In to add comment