[fenix] No issue - Fixes shadow on top layout

pull/600/head
Jeff Boek 4 years ago committed by Emily Kager
parent 81abd0c497
commit 887c1c0d7a

@ -227,7 +227,9 @@ class HomeFragment : Fragment() {
ConstraintSet().apply {
clone(view.toolbarLayout)
clear(view.bottom_bar.id, BOTTOM)
clear(view.bottomBarShadow.id, BOTTOM)
connect(view.bottom_bar.id, TOP, PARENT_ID, TOP)
connect(view.bottomBarShadow.id, TOP, view.bottom_bar.id, BOTTOM)
connect(view.bottomBarShadow.id, BOTTOM, PARENT_ID, BOTTOM)
applyTo(view.toolbarLayout)

Loading…
Cancel
Save