Searched refs:imageIcon (Results 1 – 1 of 1) sorted by relevance
46 val imageIcon: ImageView = findViewById(R.id.icon) in onCreate() constant47 Glide.with(imageIcon).load(icon).apply(RequestOptions.circleCropTransform()).into(imageIcon) in onCreate()