Tab switcher animation

    Bug: 5123884

    first step towards animations between browser and tab switcher

Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml
index 763f9c0..31df29b 100644
--- a/res/layout/nav_tab_view.xml
+++ b/res/layout/nav_tab_view.xml
@@ -17,7 +17,7 @@
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/main"
-    android:layout_width="match_parent"
+    android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:orientation="vertical"
     android:background="@drawable/nav_tab_bg"
@@ -52,10 +52,10 @@
     </LinearLayout>
     <ImageView
         android:id="@+id/tab_view"
+        android:src="@drawable/ic_stop_holo_dark"
         android:layout_width="@dimen/nav_tab_width"
         android:layout_height="@dimen/nav_tab_height"
         android:paddingLeft="2dip"
         android:paddingRight="2dip"
-        android:layout_gravity="center_horizontal"
         android:focusable="false" />
 </LinearLayout>