|
@@ -21,4 +21,14 @@
|
|
|
|
|
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
|
|
|
|
|
|
|
|
+ <com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
+ android:id="@+id/fab"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
|
|
+ android:src="@drawable/ic_add"
|
|
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|