diff --git a/app/src/main/res/drawable/recyclerview_edititemrow.xml b/app/src/main/res/drawable/recyclerview_edititemrow.xml
deleted file mode 100644
index a8b409b1d1a67ab9d6be93a1920501644837a571..0000000000000000000000000000000000000000
--- a/app/src/main/res/drawable/recyclerview_edititemrow.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
-</selector>
\ No newline at end of file
diff --git a/app/src/main/res/layout/recyclerview_edititemrow.xml b/app/src/main/res/layout/recyclerview_edititemrow.xml
new file mode 100644
index 0000000000000000000000000000000000000000..cdc89f25a45f5b45f87938d438ba2c302f7499d8
--- /dev/null
+++ b/app/src/main/res/layout/recyclerview_edititemrow.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+             android:layout_width="match_parent"
+             android:layout_height="match_parent">
+
+</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file