こんにちは。
以下のエラーについて、質問です。
Widget has an unresolved type 'android.support.design.widget.CoordinatorLayout', and thus it was upcasted to 'android.view.View Widget has an unresolved type 'android.support.design.widget.FloatingActionButton', and thus it was upcasted to 'android.view.View
layoutの何かがいけないのだと思うのですが、わかりません。。
activity_main
1<?xml version="1.0" encoding="utf-8"?> 2<android.support.design.widget.CoordinatorLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 xmlns:app="http://schemas.android.com/apk/res-auto" 6 android:layout_width="match_parent" 7 android:layout_height="match_parent" 8 tools:context=".MainActivity" android:id="@+id/context_view"> 9 10 <android.support.design.widget.FloatingActionButton 11 android:layout_width="wrap_content" 12 android:layout_height="wrap_content" 13 android:clickable="true" app:srcCompat="@drawable/ic_add_black_24dp" 14 android:id="@+id/fab" android:layout_gravity="bottom|end" android:layout_marginEnd="16dp" 15 android:layout_marginBottom="16dp"/> 16 <androidx.recyclerview.widget.RecyclerView 17 android:layout_width="match_parent" 18 android:layout_height="match_parent" android:layout_marginTop="8dp" 19 android:layout_marginStart="8dp" android:layout_marginEnd="8dp" 20 android:layout_marginBottom="8dp" 21 android:id="@+id/recycler"/> 22 23</android.support.design.widget.CoordinatorLayout>
ご教示いただければ幸いです。
よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/20 22:29
2020/03/20 22:45
2020/03/20 23:16