Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_shell / res / layout / testshell_activity.xml
index c0627a0..08cc05b 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<!-- Copyright (c) 2013 Intel Corporation. All rights reserved.
+<!-- Copyright (c) 2013-2014 Intel Corporation. All rights reserved.
 
      Use of this source code is governed by a BSD-style license that can be
      found in the LICENSE file.
             android:src="@android:drawable/ic_menu_rotate"
             android:scaleType="center" />
     </LinearLayout>
-
-    <org.xwalk.core.XWalkView android:id="@+id/content_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent">
-    </org.xwalk.core.XWalkView>
-
+    
+    <android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/pager"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent" />
 </LinearLayout>