Add incognito and snapshot icons to tab switcher

 Bug: 5162768

Change-Id: Ie0e1af52d26d236f666c26e2aaccaf4f9f28eb95
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml
index 31df29b..cdfcda7 100644
--- a/res/layout/nav_tab_view.xml
+++ b/res/layout/nav_tab_view.xml
@@ -28,7 +28,7 @@
         android:layout_width="match_parent"
         android:layout_height="48dip"
         android:layout_gravity="center_horizontal"
-        android:paddingLeft="16dip" >
+        android:paddingLeft="8dip" >
         <TextView
             android:id="@+id/title"
             android:layout_width="0dip"
@@ -39,7 +39,8 @@
             android:ellipsize="end"
             android:lines="1"
             android:textAppearance="?android:attr/textAppearanceSmall"
-            android:scrollHorizontally="true" />
+            android:scrollHorizontally="true"
+            android:drawablePadding="8dip" />
         <ImageView
             android:id="@+id/closetab"
             android:src="@drawable/ic_stop_holo_dark"