|
@@ -175,6 +175,14 @@ class MainModuleViewHolder(itemView: View, private val detailButtonListener: ((S
|
|
|
|
|
|
backgroundModule.setBackgroundResource(R.drawable.bg11)
|
|
|
}
|
|
|
+ Config.Yuki_Live_APP_NAME.trim().toLowerCase() -> {
|
|
|
+ picasso
|
|
|
+ .load(R.drawable.ic_dragontiger)
|
|
|
+ .placeholder(R.drawable.ic_dragontiger)
|
|
|
+ .into(imgIcon)
|
|
|
+
|
|
|
+ backgroundModule.setBackgroundResource(R.drawable.yukibg)
|
|
|
+ }
|
|
|
else -> {
|
|
|
picasso
|
|
|
.load(item.smallIcon)
|