|
|
|
@ -524,7 +524,7 @@ class HandHistoryAdapter( |
|
|
|
|
|
|
|
|
|
|
|
configurePlayerImage(itemView.hps_player_image, position, row) |
|
|
|
configurePlayerImage(itemView.hps_player_image, position, row) |
|
|
|
|
|
|
|
|
|
|
|
configureCardsLayout(itemView.handLayout, false) |
|
|
|
configureCardsLayout(itemView.handLayout as LinearLayout, false) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -550,7 +550,7 @@ class HandHistoryAdapter( |
|
|
|
val positionalRow = row as PositionalRow |
|
|
|
val positionalRow = row as PositionalRow |
|
|
|
itemView.position_button.backgroundTintList = ColorStateList.valueOf(color(positionalRow.isHero)) |
|
|
|
itemView.position_button.backgroundTintList = ColorStateList.valueOf(color(positionalRow.isHero)) |
|
|
|
|
|
|
|
|
|
|
|
configureCardsLayout(itemView.ps_hand_layout, false) |
|
|
|
configureCardsLayout(itemView.ps_hand_layout as LinearLayout, false) |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|