commit | c01e4a8342c9478f9ba0c53c2ebca25b4b5c3173 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Wed Sep 16 14:41:00 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Wed Sep 16 14:41:00 2009 -0400 |
tree | cfd6c3b2d396e0b01951421e4f4950821b140cc1 | |
parent | eb6eef4c45df2d65c3e70660493a147a2be405e3 [diff] [blame] |
Make the fake title bar extend to the full width. Change-Id: I3d20459c6c93e4d5186a8135168b3b7e7d97ad1c
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index dc65b81..aa2b2cc 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java
@@ -891,7 +891,7 @@ */ private FrameLayout.LayoutParams mFakeTitleBarParams = new FrameLayout.LayoutParams( - ViewGroup.LayoutParams.WRAP_CONTENT, + ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); /** * Keeps track of whether the options menu is open. This is important in