fix pie menu handling
Change-Id: Iab2bc23c2200799dbb0983b43ef66891bb51215d
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