Skip to content

Commit

Permalink
removed alpha when front layer is folded
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango committed Jul 9, 2018
1 parent e6d617b commit fd0fdf7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ class NavigationIconClickListener @JvmOverloads internal constructor(
animatorSet.play(animator)
animator.start()

if(backdropShown){
// add transparency on front layer when folded
// we do not need this, because the front layer stay in the bottom of back layer
/* if(backdropShown){
sheet.alpha = 0.9F
}else{
sheet.alpha = 1.0F
}
}*/
}

/**
Expand Down

0 comments on commit fd0fdf7

Please sign in to comment.