Backed out changeset cd18587bd2b5 (bug 944533) for bustage on android and windows builds on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2014-01-09 12:39:30 +01:00
parent 7bf8caf069
commit 0345f6da19

View File

@ -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;