mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 09:48:20 +00:00
loading ui update
This commit is contained in:
parent
aa1ec21668
commit
9dfeff695b
1 changed files with 9 additions and 3 deletions
|
|
@ -41,9 +41,15 @@ class StatsActivity : BaseActivity<ActivityStatsBinding, StatsViewModel>() {
|
|||
}
|
||||
|
||||
private fun setBarViews() {
|
||||
binding.hpBar.visibility = INVISIBLE
|
||||
binding.expBar.visibility = INVISIBLE
|
||||
binding.mpBar.visibility = INVISIBLE
|
||||
binding.hpBar.setPercentageValues(1f, 100f)
|
||||
binding.hpBar.animateProgress()
|
||||
|
||||
binding.expBar.setPercentageValues(1f, 100f)
|
||||
binding.expBar.animateProgress()
|
||||
|
||||
binding.mpBar.setPercentageValues(1f, 100f)
|
||||
binding.mpBar.animateProgress()
|
||||
|
||||
}
|
||||
|
||||
private fun setStatViews() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue