"> "> ">

<TextView xmlns:android="<http://schemas.android.com/apk/res/android>"
        xmlns:tools="<http://schemas.android.com/tools>"
        android:text="@string/hello_world"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        tools:showIn="@layout/activity_main" />

https://developer.android.com/studio/write/tool-attributes#toolsshowin

include로 사용하는 레이아웃을 가리킬 수 있으며, 따라서 상위 레이아웃에 삽입된 동안 레이아웃이 나타날 때 이 파일을 미리 보고 편집할 수 있다.