Fixes space between pot and cards

bs
Laurent 5 years ago
parent 127906b0f4
commit 326c665f42
  1. 6
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/replayer/ReplayerAnimator.kt

@ -283,9 +283,9 @@ class ReplayerAnimator(var handHistory: HandHistory, var export: Boolean) {
}
val chipTextSize = this.chipRadius
this.potChipCircle = Circle(centerX, centerY - 5f * chipTextSize, this.chipRadius)
this.potTextPoint = TextPoint(centerX, centerY - 3f * chipTextSize, chipTextSize)
this.totalPotTextPoint = TextPoint(centerX, centerY - 2f * chipTextSize, chipTextSize)
this.potChipCircle = Circle(centerX, centerY - 5.2f * chipTextSize, this.chipRadius)
this.potTextPoint = TextPoint(centerX, centerY - 3.2f * chipTextSize, chipTextSize)
this.totalPotTextPoint = TextPoint(centerX, centerY - 2.2f * chipTextSize, chipTextSize)
val playerCount = this.handHistory.numberOfPlayers

Loading…
Cancel
Save