Smoother animations please
Change-Id: Ie27fef1678f758bdaf43f90d5baeabdeef3b9f83
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml
index f6af975..f9e471b 100644
--- a/res/layout/nav_tab_view.xml
+++ b/res/layout/nav_tab_view.xml
@@ -27,7 +27,7 @@
android:id="@+id/titlebar"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="44dip" >
+ android:layout_height="@dimen/toolbar_height" >
<ImageView
android:id="@+id/favicon"
android:layout_width="22dip"
@@ -67,4 +67,4 @@
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY" />
-</com.android.browser.view.TabHolderView>
\ No newline at end of file
+</com.android.browser.view.TabHolderView>