我尝试获取包含的布局的根视图(包含标签)。它不是我使用的初始相对布局,而是返回电话窗口装饰视图。它是什么?怎么不在相对布局下?
结构如下:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:tag="rlMain"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/lightest_gray">
<include layout="@layout/include_attachment_options" />
</RelativeLayout>