mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset cd18587bd2b5 (bug 944533) for bustage on android and windows builds on a CLOSED TREE
This commit is contained in:
parent
726bcd4295
commit
690c5aec52
@ -139,6 +139,9 @@ public class BrowserToolbar extends GeckoRelativeLayout
|
||||
|
||||
private static final Interpolator sButtonsInterpolator = new AccelerateInterpolator();
|
||||
|
||||
private static final int TABS_CONTRACTED = 1;
|
||||
private static final int TABS_EXPANDED = 2;
|
||||
|
||||
private static final int FORWARD_ANIMATION_DURATION = 450;
|
||||
private final ForegroundColorSpan mUrlColor;
|
||||
private final ForegroundColorSpan mBlockedColor;
|
||||
|
Loading…
Reference in New Issue
Block a user