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