mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 981676 - Backout progress bar refinements from bugs 980438/962103 (r=mfinkle)
This commit is contained in:
parent
5382428422
commit
d4feecbccd
@ -1307,11 +1307,6 @@ public abstract class GeckoApp
|
||||
mGeckoLayout = (RelativeLayout) findViewById(R.id.gecko_layout);
|
||||
mMainLayout = (RelativeLayout) findViewById(R.id.main_layout);
|
||||
|
||||
// Removing the view clipping causes layout issues on < 3.0 (bug 978796).
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB) {
|
||||
mMainLayout.setClipChildren(true);
|
||||
}
|
||||
|
||||
// Determine whether we should restore tabs.
|
||||
mShouldRestore = getSessionRestoreState(savedInstanceState);
|
||||
if (mShouldRestore && savedInstanceState != null) {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 440 B |
@ -107,8 +107,7 @@
|
||||
|
||||
<org.mozilla.gecko.toolbar.ToolbarProgressView android:id="@+id/progress"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="14dp"
|
||||
android:layout_marginBottom="-7dp"
|
||||
android:layout_height="2dp"
|
||||
android:layout_alignBottom="@id/shadow"
|
||||
android:src="@drawable/progress"
|
||||
android:background="@null"
|
||||
|
@ -107,8 +107,7 @@
|
||||
|
||||
<org.mozilla.gecko.toolbar.ToolbarProgressView android:id="@+id/progress"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="14dp"
|
||||
android:layout_marginBottom="-7dp"
|
||||
android:layout_height="2dp"
|
||||
android:layout_alignBottom="@id/shadow"
|
||||
android:src="@drawable/progress"
|
||||
android:background="@null"
|
||||
|
@ -17,8 +17,7 @@
|
||||
android:id="@+id/main_layout"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@android:color/transparent"
|
||||
android:clipChildren="false">
|
||||
android:background="@android:color/transparent">
|
||||
|
||||
<RelativeLayout android:id="@+id/gecko_layout"
|
||||
android:layout_width="fill_parent"
|
||||
@ -91,7 +90,6 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="@dimen/browser_toolbar_height"
|
||||
android:clickable="true"
|
||||
android:clipChildren="false"
|
||||
android:focusable="true">
|
||||
|
||||
<!-- clipChildren="false" allows the child ToolbarProgressView to be drawn
|
||||
@ -105,7 +103,6 @@
|
||||
android:layout_height="@dimen/browser_toolbar_height"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:clipChildren="false"
|
||||
android:background="@drawable/url_bar_bg"/>
|
||||
|
||||
<org.mozilla.gecko.ActionModeCompatView android:id="@+id/actionbar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user