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