diff options
author | Michael Kolb <kolby@google.com> | 2011-04-25 13:51:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-04-25 13:51:58 -0700 |
commit | 5e17ca2266abd4852468a66f911adcdfec721289 (patch) | |
tree | cc4d9f529507737574316e3e34075ba951188286 /res/layout | |
parent | a1b0d44b7fa858570006e835bf869a1296c61f86 (diff) | |
parent | 8f11d06710c2c2be8e441ffe07c8fcd1195057be (diff) | |
download | packages_apps_browser-5e17ca2266abd4852468a66f911adcdfec721289.zip packages_apps_browser-5e17ca2266abd4852468a66f911adcdfec721289.tar.gz packages_apps_browser-5e17ca2266abd4852468a66f911adcdfec721289.tar.bz2 |
Merge "fix pie menu handling"
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 |