Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_shell / res / layout / fragment_main.xml
1 <!-- Copyright (c) 2014 Intel Corporation. All rights reserved.
2
3      Use of this source code is governed by a BSD-style license that can be
4      found in the LICENSE file.
5  -->
6
7 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
8     android:layout_width="match_parent"
9     android:layout_height="match_parent">
10
11     <org.xwalk.core.XWalkView android:id="@+id/xwalkview"
12         android:layout_width="match_parent"
13         android:layout_height="match_parent">
14     </org.xwalk.core.XWalkView>
15
16 </RelativeLayout>