Update icons

This commit is contained in:
Tommaso Berlose
2020-05-11 13:30:36 +02:00
parent 385806413e
commit 09bc9df22f
108 changed files with 62 additions and 12 deletions

View File

@ -62,7 +62,7 @@ object GlanceProviderHelper {
Constants.GlanceProviderId.GOOGLE_FIT_STEPS -> {
GlanceProvider(providerId.id,
context.getString(R.string.settings_daily_steps_title),
R.drawable.round_directions_walk
R.drawable.round_steps
)
}
}

View File

@ -573,7 +573,7 @@ class MainWidget : AppWidgetProvider() {
R.drawable.round_directions_walk
)
)
v.next_event_date.text = "${Preferences.googleFitSteps}"
v.next_event_date.text = context.getString(R.string.daily_steps_counter).format(Preferences.googleFitSteps)
break@loop
}
}