1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2019 The Chromium OS Authors. All rights reserved. 4 Use of this source code is governed by a BSD-style license that can be 5 found in the LICENSE file. 6--> 7<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 8 xmlns:tools="http://schemas.android.com/tools" 9 android:layout_width="match_parent" 10 android:layout_height="match_parent" 11 android:keepScreenOn="true" 12 android:orientation="vertical" 13 android:background="@android:color/darker_gray" 14 tools:context="org.chromium.c2.test.E2eTestActivity"> 15 <SurfaceView 16 android:layout_width="320px" 17 android:layout_height="240px" 18 android:id="@+id/surface" /> 19</LinearLayout> 20