<?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’)所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)