export hardcoded strings (#547)

This commit is contained in:
Andre K 2022-12-28 17:37:25 -03:00 committed by GitHub
parent 96ea0bf5a9
commit 99a42b1aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 186 additions and 468 deletions

View file

@ -18,21 +18,21 @@ class AppIntroduction : AppIntro() {
// You can use AppIntroFragment to use a pre-built fragment
addSlide(
AppIntroFragment.createInstance(
title = resources.getString(R.string.intro_welcome_title),
description = resources.getString(R.string.intro_meshtastic_desc),
title = resources.getString(R.string.intro_welcome),
description = resources.getString(R.string.intro_welcome_text),
imageDrawable = R.mipmap.ic_launcher2_round,
backgroundColorRes = R.color.colourGrey,
descriptionColorRes = R.color.colorOnPrimary
))
addSlide(AppIntroFragment.createInstance(
title = resources.getString(R.string.intro_get_started),
title = resources.getString(R.string.intro_started),
description = resources.getString(R.string.intro_started_text),
imageDrawable = R.drawable.icon_meanings,
backgroundColorRes = R.color.colourGrey,
descriptionColorRes = R.color.colorOnPrimary
))
addSlide(AppIntroFragment.createInstance(
title = resources.getString(R.string.intro_encryption_title),
title = resources.getString(R.string.intro_encryption),
description = resources.getString(R.string.intro_encryption_text),
imageDrawable = R.drawable.channel_name_image,
backgroundColorRes = R.color.colourGrey,