• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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:orientation="vertical"
12    android:background="@android:color/darker_gray"
13    tools:context="org.chromium.c2.test.E2eTestActivity">
14    <SurfaceView
15        android:layout_width="320px"
16        android:layout_height="240px"
17        android:id="@+id/surface" />
18</LinearLayout>
19