xref: /aosp_15_r20/frameworks/base/tests/HierarchyViewerTest/res/layout/activity_main.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3    android:layout_height="match_parent">
4
5    <TextView
6        android:id="@+id/textView"
7        android:layout_width="wrap_content"
8        android:layout_height="wrap_content"
9        android:scaleX="10"
10        android:text="@string/test" />
11
12</RelativeLayout>
13