android13/frameworks/base/tests/HierarchyViewerTest/res/layout/activity_main.xml

13 lines
429 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleX="10"
android:text="@string/test" />
</RelativeLayout>