diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/nav_tab_view.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |