checkpoint for moving UI to Holo style
  mostly final assets
  dialogs are not styled correctly

Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
diff --git a/res/layout/tab_bar.xml b/res/layout/tab_bar.xml
index 0b3fae1..7967307 100644
--- a/res/layout/tab_bar.xml
+++ b/res/layout/tab_bar.xml
@@ -14,21 +14,13 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/tabbarcontent"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
+    android:layout_height="48dip"
     style="@style/ActionBarStyle"
     android:orientation="horizontal">
-    <ImageButton
-        android:id="@+id/showurl"
-        android:src="@drawable/ic_menu_showurl"
-        android:layout_width="48dip"
-        android:layout_height="48dip"
-        android:layout_marginLeft="3dip"
-        android:background="@drawable/browserbarbutton"
-        android:visibility="gone" />
     <com.android.browser.TabScrollView
         android:id="@+id/tabs"
         android:layout_width="0dp"
-        android:layout_height="48dip"
+        android:layout_height="match_parent"
         android:layout_weight="1.0"
         android:orientation="horizontal" />
 </LinearLayout>