Skip to content

Commit

Permalink
Data Update v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Nov 1, 2022
1 parent 83b4c38 commit aa077f7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/codestream.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
33 changes: 30 additions & 3 deletions app/src/main/java/com/jakob/tippy/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -153,21 +153,48 @@ class MainActivity : AppCompatActivity() {
}
1 -> {
// EN Normal (Default Value)
tvBaseLabel.text = getString(R.string.base)
tvTipLabel.text = getString(R.string.tip)
tvTotalLabel.text = getString(R.string.total)
tvPeopleLabel.text = getString(R.string.people)
tvServiceLabel.text = getString(R.string.service)
tvCountryLabel.text = getString(R.string.country)
etBaseAmount.hint = getString(R.string.bill_amount)
tvFooter.text = getString(R.string.credit)
tvPerPerson.text = getString(R.string.per_person)
}
2 -> {
// EN Normal (Default Value)
tvBaseLabel.text = getString(R.string.base)
tvTipLabel.text = getString(R.string.tip)
tvTotalLabel.text = getString(R.string.total)
tvPeopleLabel.text = getString(R.string.people)
tvServiceLabel.text = getString(R.string.service)
tvCountryLabel.text = getString(R.string.country)
etBaseAmount.hint = getString(R.string.bill_amount)
tvFooter.text = getString(R.string.credit)
tvPerPerson.text = getString(R.string.per_person)
}
3 -> {
// EN Normal (Default Value)
tvBaseLabel.text = getString(R.string.base)
tvTipLabel.text = getString(R.string.tip)
tvTotalLabel.text = getString(R.string.total)
tvPeopleLabel.text = getString(R.string.people)
tvServiceLabel.text = getString(R.string.service)
tvCountryLabel.text = getString(R.string.country)
etBaseAmount.hint = getString(R.string.bill_amount)
tvFooter.text = getString(R.string.credit)
tvPerPerson.text = getString(R.string.per_person)
}
4 -> {
// EN Normal (Default Value)
// JP
}
5 -> {
// EN Normal (Default Value)
// PL
}
6 -> {
// EN Normal (Default Value)
// RU
}
}
}
Expand Down

0 comments on commit aa077f7

Please sign in to comment.