Skip to content

Commit

Permalink
Added background color for intro activity
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonials authored and Binnette committed Dec 12, 2024
1 parent 140538a commit a3ca4bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/net/osmtracker/activity/Intro.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ class Intro : AppIntro() {
addSlide(AppIntroFragment.createInstance(
title = getString(R.string.app_intro_slide1_title),
imageDrawable = R.drawable.icon_100x100,
backgroundColorRes = R.color.appintro_background_color,
description = getString(R.string.app_intro_slide1_description)
))

//TODO: change the image of slide number 2.
addSlide(AppIntroFragment.createInstance(
title = getString(R.string.app_intro_slide2_title),
imageDrawable = R.drawable.icon_100x100,
backgroundColorRes = R.color.appintro_background_color,
description = getString(R.string.app_intro_slide2_description)
))
}
Expand Down

0 comments on commit a3ca4bc

Please sign in to comment.