diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/title_bar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml index e443ee5..4087640 100644 --- a/res/layout/title_bar.xml +++ b/res/layout/title_bar.xml @@ -138,10 +138,10 @@ <com.android.browser.PageProgressView android:id="@+id/progress" android:layout_width="match_parent" - android:layout_height="22dip" + android:layout_height="wrap_content" android:background="@null" android:layout_below="@+id/taburlbar" android:src="@drawable/progress" - android:layout_marginTop="-11dip" + android:layout_marginTop="-8dip" android:visibility="gone" /> </RelativeLayout>
\ No newline at end of file |