mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge m-c to fx-team.
This commit is contained in:
commit
629df645c7
@ -190,9 +190,6 @@ public class BrowserToolbar extends GeckoRelativeLayout
|
|||||||
|
|
||||||
mTabs = (ShapedButton) findViewById(R.id.tabs);
|
mTabs = (ShapedButton) findViewById(R.id.tabs);
|
||||||
mTabsCounter = (TabCounter) findViewById(R.id.tabs_counter);
|
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);
|
mBack = (ImageButton) findViewById(R.id.back);
|
||||||
setButtonEnabled(mBack, false);
|
setButtonEnabled(mBack, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user