OSDN Git Service

Make the fake title bar extend to the full width.
authorLeon Scroggins <scroggo@google.com>
Wed, 16 Sep 2009 18:41:00 +0000 (14:41 -0400)
committerLeon Scroggins <scroggo@google.com>
Wed, 16 Sep 2009 18:41:00 +0000 (14:41 -0400)
Change-Id: I3d20459c6c93e4d5186a8135168b3b7e7d97ad1c

src/com/android/browser/BrowserActivity.java

index dc65b81..aa2b2cc 100644 (file)
@@ -891,7 +891,7 @@ public class BrowserActivity extends Activity
      */
     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