Update icons
This commit is contained in:
@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user