Merge branch 'dev'

feature/top10
Laurent 7 years ago
commit 5fe77828ce
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/view/LegendView.kt

@ -104,7 +104,7 @@ open class LegendView : FrameLayout {
if (content is DefaultLegendValues) { if (content is DefaultLegendValues) {
this.title.text = content.title this.title.text = content.title.capitalize()
this.stat1Value.setTextFormat(content.leftFormat, context) this.stat1Value.setTextFormat(content.leftFormat, context)
content.rightFormat?.let { content.rightFormat?.let {

Loading…
Cancel
Save