Skip to content

Instantly share code, notes, and snippets.

@eevajonnapanula
Created July 24, 2023 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eevajonnapanula/f843369826d67f3a2e0519701543e206 to your computer and use it in GitHub Desktop.
Save eevajonnapanula/f843369826d67f3a2e0519701543e206 to your computer and use it in GitHub Desktop.
val contentDesc =
"${point.year}: " +
"${stringResource(id = R.string.all)} ${point.percentageString}, " +
"${stringResource(id = R.string.eng)} ${pixelPointsForTech[index].percentageString}, " +
"${stringResource(id = R.string.ict)} ${pixelPointsForIct[index].percentageString}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment