diff --git a/app/src/main/res/layout/item_rss.xml b/app/src/main/res/layout/item_rss.xml index b8f0f1d4d..fedb595da 100644 --- a/app/src/main/res/layout/item_rss.xml +++ b/app/src/main/res/layout/item_rss.xml @@ -2,37 +2,40 @@ + android:focusable="true" + android:foreground="?android:attr/selectableItemBackground" + android:padding="16dp" + android:scrollbars="none"> + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:radius="12dp" /> + app:layout_constraintTop_toBottomOf="@+id/iv_icon" + tools:text="RSS" /> \ No newline at end of file