diff --git a/app/src/main/res/layout/item_feed.xml b/app/src/main/res/layout/item_feed.xml
index 14c3be57d..dabc72ae8 100644
--- a/app/src/main/res/layout/item_feed.xml
+++ b/app/src/main/res/layout/item_feed.xml
@@ -4,15 +4,17 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="72dp"
android:background="@drawable/list_selector"
- android:clipChildren="false"
- android:padding="@dimen/list_spacing">
+ android:clipChildren="false">
+ tools:text="@tools:sample/lorem/random" />
diff --git a/app/src/main/res/layout/item_manga_list.xml b/app/src/main/res/layout/item_manga_list.xml
index 14309a582..81bb24814 100644
--- a/app/src/main/res/layout/item_manga_list.xml
+++ b/app/src/main/res/layout/item_manga_list.xml
@@ -4,15 +4,17 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="72dp"
android:background="@drawable/list_selector"
- android:clipChildren="false"
- android:padding="@dimen/list_spacing">
+ android:clipChildren="false">