xref: /aosp_15_r20/prebuilts/runtime/iorap/test/src/IorapTestApp/app/src/main/res/layout/activity_main.xml (revision 924841fff420cd6b931e1027ee46b85e0a18fe17)
1<?xml version="1.0" encoding="utf-8"?>
2<androidx.constraintlayout.widget.ConstraintLayout 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    tools:context=".MainActivity">
8
9    <TextView
10        android:id="@+id/textView"
11        android:layout_width="212dp"
12        android:layout_height="79dp"
13        android:layout_marginStart="108dp"
14        android:layout_marginLeft="108dp"
15        android:layout_marginTop="336dp"
16        android:text="TextView"
17        android:textSize="32dp"
18        app:layout_constraintStart_toStartOf="parent"
19        app:layout_constraintTop_toTopOf="parent" />
20</androidx.constraintlayout.widget.ConstraintLayout>