Skip to content
Snippets Groups Projects
Commit d24a27df authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved recents header

parent f1c5952f
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,9 @@ abstract class SetupActivity : AppCompatActivity() { ...@@ -36,9 +36,9 @@ abstract class SetupActivity : AppCompatActivity() {
private val isValid = currentPage.switchMap(SlideFragment::valid).or(false) private val isValid = currentPage.switchMap(SlideFragment::valid).or(false)
@DrawableRes @DrawableRes
protected val icon: Int = R.mipmap.ic_launcher protected val icon: Int = R.mipmap.ic_launcher_recents
@ColorRes @ColorRes
protected val recentsHeaderColor: Int = R.color.colorPrimaryDark protected val recentsHeaderColor: Int = R.color.colorPrimary
private val pageChangeListener = object : ViewPager.OnPageChangeListener { private val pageChangeListener = object : ViewPager.OnPageChangeListener {
override fun onPageScrollStateChanged(state: Int) { override fun onPageScrollStateChanged(state: Int) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment