渲染问题Android Studio主题

时间:2016-10-05 12:03:00

标签: android android-layout

此弹出窗口显示在我的布局

  

缺少样式。是否为此布局选择了正确的主题?
  使用布局上方的主题组合框选择不同的布局,或修复主题样式引用。

     

无法找到'?attr / textEditSuggestionItemLayout'在当前主题。
  (12个类似的错误未显示)
  提示:尝试刷新布局。

这是我的styles.xml

<resources>

    <!--
        Base application theme, dependent on API level. This theme is replaced
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
    -->
    <style name="AppBaseTheme" parent="android:Theme.Light">
        <!--
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        -->
    </style>

    <!-- Application theme. -->
    <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    </style>

</resources>

我的错误是什么?

1 个答案:

答案 0 :(得分:2)

这有时会出现动态膨胀的视图,例如listviews和其他类似的视图,只需运行应该正常工作的代码。它通常适合我。如果它仍然存在,您可以随时转到:文件&gt;使缓存无效并重新启动。

就像安卓工作室的ctrl + alt + del一样。希望能帮助到你。 :d