Capitalize legend title

feature/top10
Laurent 7 years ago
parent 41e4588f5c
commit 5bc3864b3f
  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) {
this.title.text = content.title
this.title.text = content.title.capitalize()
this.stat1Value.setTextFormat(content.leftFormat, context)
content.rightFormat?.let {

Loading…
Cancel
Save