app:主题现已弃用。请转到使用android:theme而不是android

时间:2017-07-27 19:07:59

标签: android xml android-theme

我遇到了一些问题,我收到了错误

  

I / AppCompatViewInflater:app:主题现已弃用。请转到   使用android:theme代替。

但是我的xml没有使用app:theme

我的styles.xml有

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/color_orange</item>
        <item name="colorPrimaryDark">@color/color_orange</item>
        <item name="colorAccent">@color/color_orange</item>

    </style>

</resources>

我不知道错误,如何解决它

0 个答案:

没有答案