smooth navscreen animation
Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml
index 549137e..f6af975 100644
--- a/res/layout/nav_tab_view.xml
+++ b/res/layout/nav_tab_view.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<LinearLayout
+<com.android.browser.view.TabHolderView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tab_view"
android:layout_width="wrap_content"
@@ -67,4 +67,4 @@
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY" />
-</LinearLayout>
\ No newline at end of file
+</com.android.browser.view.TabHolderView>
\ No newline at end of file