为了账号安全,请及时绑定邮箱和手机立即绑定

无法在当前主题中找到样式“ floatingActionButtonStyle”

无法在当前主题中找到样式“ floatingActionButtonStyle”

小怪兽爱吃肉 2021-04-16 17:18:21
我是android开发的新手,所以我开始了android studio“ hello world”附带的简单项目,但是却出现了这个问题:无法在当前主题中找到样式“ floatingActionButtonStyle”, 我有android studio 3.1.3 x86我的build.gradle文件中的SDK版本也是28这是activity_main.xml:    <?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"    tools:context=".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/AppTheme.PopupOverlay" />    </android.support.design.widget.AppBarLayout>    <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/fab_margin"        app:srcCompat="@android:drawable/ic_dialog_email" /></android.support.design.widget.CoordinatorLayout>
查看完整描述

2 回答

?
千巷猫影

TA贡献1829条经验 获得超7个赞

可能是有关样式的“错误”错误:检查您是否setOnClickListener为发生此问题的正确活动写了字。也许您已将此按钮的侦听器编写为错误的活动。您可以通过临时注释有关该代码的代码setOnClickListener并重新启动该版本来轻松对其进行测试。


查看完整回答
反对 回复 2021-04-28
  • 2 回答
  • 0 关注
  • 191 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信