mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Bug 1887828 - Fix toolbar tab strip container elevation r=android-reviewers,twhite
Differential Revision: https://phabricator.services.mozilla.com/D205692
This commit is contained in:
parent
6b51169208
commit
eab0fef955
@ -109,10 +109,11 @@ class BrowserToolbarView(
|
||||
R.drawable.search_old_url_background
|
||||
}
|
||||
|
||||
layout.elevation = resources.getDimension(R.dimen.browser_fragment_toolbar_elevation)
|
||||
|
||||
view.apply {
|
||||
setToolbarBehavior()
|
||||
|
||||
elevation = resources.getDimension(R.dimen.browser_fragment_toolbar_elevation)
|
||||
if (!isCustomTabSession) {
|
||||
display.setUrlBackground(
|
||||
AppCompatResources.getDrawable(
|
||||
|
Loading…
x
Reference in New Issue
Block a user