Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
c862ca93
Commit
c862ca93
authored
Mar 11, 2020
by
Jeff Boek
Committed by
Emily Kager
Mar 11, 2020
Browse files
No issue - Fixes shadow on top layout
parent
74ce62b5
Changes
1
Show whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
View file @
c862ca93
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment