xml 文件未预览 anything.There 是 android...ActionBarOverlayLayout 的消息

xml file is not previewing anything.There is a message of android...ActionBarOverlayLayout

当我在 android 工作室中打开 XML 文件时,它会显示消息 android...ActionBarOverlayLayout 而不显示我的图像视图。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_select"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:background="#2C2739"
tools:context="com.rcpl.cradview.Select">

    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:srcCompat="@drawable/stu1"
        android:layout_centerVertical="true"
        android:layout_centerHorizontal="true"
        android:id="@+id/imageView5" />
</RelativeLayout>

可能行不通,但值得一试。

转到您的样式并在您的父项中在主题

之前写上"base."

重建它并重试