Jan
04/03/2019, 9:53 AMSergio Crespo Toubes
04/03/2019, 11:07 AMmgrzechocinski
04/03/2019, 2:23 PMresId on any single String, or html or any Int type doesn’t sound good to me….rook
04/03/2019, 3:29 PMSergio Crespo Toubes
04/03/2019, 3:35 PMfun View.invisible() {
if (visibility != INVISIBLE) {
visibility = INVISIBLE
}
}
fun View.gone() {
if (visibility != GONE) {
visibility = GONE
}
}ghedeon
04/03/2019, 3:40 PM