android – 找不到与给定名称匹配的资源(‘theme’的值为’@ styleAppTheme.AppBarOverlay’)

android – 找不到与给定名称匹配的资源(‘theme’的值为’@ styleAppTheme.AppBarOverlay’),第1张

概述该计划中的一些问题.我不知道是什么问题. <?xml version="1.0" encoding="utf-8"?><android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://sch 该计划中的一些问题.我不知道是什么问题.
<?xml version="1.0" enCoding="utf-8"?><androID.support.design.Widget.CoordinatorLayout      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:layout_wIDth="match_parent"     androID:layout_height="match_parent"     androID:fitsSystemwindows="true"     tools:context="com.example.bharathi.r_Box.MainActivity">    <androID.support.design.Widget.AppbarLayout        androID:layout_wIDth="match_parent"        androID:layout_height="wrap_content"        androID:theme="@style/Apptheme.AppbarOverlay"/>    <androID.support.v7.Widget.Toolbar        androID:ID="@+ID/toolbar"        androID:layout_wIDth="match_parent"        androID:layout_height="?attr/actionbarSize"        androID:background="?attr/colorPrimary"        app:popuptheme="@style/AlertDialog.AppCompat.light" >    </androID.support.v7.Widget.Toolbar>    <include layout="@layout/content_main" />    <androID.support.design.Widget.floatingActionbutton        androID:ID="@+ID/fab"        androID:layout_wIDth="wrap_content"        androID:layout_height="wrap_content"        androID:layout_gravity="bottom|end"        androID:layout_margin="@dimen/activity_horizontal_margin"        androID:src="@androID:drawable/ic_dialog_email" /></androID.support.design.Widget.CoordinatorLayout>

任何人都可以解释这个问题是什么?

解决方法 您需要创建这些主题
例如
<style name="Apptheme.AppbarOverlay" parent="themeOverlay.AppCompat.Dark.Actionbar">        <item name="androID:textcolorPrimary">Title_color_GOES_HERE</item>        <item name="androID:textcolorSecondary">SUBTitle_color_GOES_HERE</item></style>
总结

以上是内存溢出为你收集整理的android – 找不到给定名称匹配的资源(‘theme’的值为’@ style / AppTheme.AppBarOverlay’)全部内容,希望文章能够帮你解决android – 找不到与给定名称匹配的资源(‘theme’的值为’@ style / AppTheme.AppBarOverlay’)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1133759.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存