mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Merge m-c to inbound.
This commit is contained in:
commit
d20d40e492
@ -190,9 +190,6 @@ public class BrowserToolbar extends GeckoRelativeLayout
|
||||
|
||||
mTabs = (ShapedButton) findViewById(R.id.tabs);
|
||||
mTabsCounter = (TabCounter) findViewById(R.id.tabs_counter);
|
||||
if (Build.VERSION.SDK_INT >= 11) {
|
||||
mTabsCounter.setLayerType(View.LAYER_TYPE_HARDWARE, null);
|
||||
}
|
||||
|
||||
mBack = (ImageButton) findViewById(R.id.back);
|
||||
setButtonEnabled(mBack, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user