xref: /aosp_15_r20/external/skia/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:app="http://schemas.android.com/apk/res-auto"
4    xmlns:tools="http://schemas.android.com/tools"
5    android:layout_width="match_parent"
6    android:layout_height="match_parent"
7    app:layout_behavior="@string/appbar_scrolling_view_behavior"
8    tools:context="org.skia.skqp.SkQPActivity"
9    tools:showIn="@layout/activity_skqp">
10
11    <TextView
12        android:id="@+id/textView"
13        android:layout_width="wrap_content"
14        android:layout_height="wrap_content"
15        android:text="Running SkQP tests ..."
16        android:textSize="18sp"
17        android:textStyle="bold"
18        android:visibility="visible" />
19</RelativeLayout>
20