diff --git a/app/src/main/res/color/stroke_color.xml b/app/src/main/res/color/stroke_color.xml
new file mode 100644
index 000000000..daeffa86f
--- /dev/null
+++ b/app/src/main/res/color/stroke_color.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_manga_grid.xml b/app/src/main/res/layout/item_manga_grid.xml
index ea10b632e..9727f3b88 100644
--- a/app/src/main/res/layout/item_manga_grid.xml
+++ b/app/src/main/res/layout/item_manga_grid.xml
@@ -2,8 +2,12 @@
+ android:layout_height="wrap_content"
+ app:strokeWidth="1dp"
+ app:strokeColor="@color/stroke_color"
+ app:cardElevation="0dp">
+ android:layout_height="@dimen/manga_list_details_item_height"
+ app:strokeWidth="1dp"
+ app:strokeColor="@color/stroke_color"
+ app:cardElevation="0dp">