pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
895 stars 81 forks source link

visible property for View #23

Closed illuzor closed 7 years ago

illuzor commented 7 years ago

In my opinion it very useful. Boolean property much easier to use instead of VISIBLE/INVISIBLE/GONE. Personally, I never use INVISIBLE, but if somebody needs it, he can use existing visibility property.

pawegio commented 7 years ago

Ok, looks legible.