回答編集履歴
2
回答の修正
answer
CHANGED
@@ -2,5 +2,5 @@
|
|
2
2
|
FloatingActionButtonはこのライブラリの中に含まれます。
|
3
3
|
|
4
4
|
```gradle
|
5
|
-
implementation 'com.android.support:design:
|
5
|
+
implementation 'com.android.support:design:...' // バージョンは適当に合わせてください
|
6
6
|
```
|
1
説明の追加
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
[Design Support Library](https://developer.android.com/topic/libraries/support-library/features?hl=ja#design) を利用する宣言が抜けているようです。
|
2
|
+
FloatingActionButtonはこのライブラリの中に含まれます。
|
2
3
|
|
3
4
|
```gradle
|
4
5
|
implementation 'com.android.support:design:28.0.0-rc02'
|