diff --git a/app/src/main/res/layout/list_stream_card_item.xml b/app/src/main/res/layout/list_stream_card_item.xml index cd6584c5c..54122dddb 100644 --- a/app/src/main/res/layout/list_stream_card_item.xml +++ b/app/src/main/res/layout/list_stream_card_item.xml @@ -5,11 +5,11 @@ android:id="@+id/itemRoot" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="@dimen/channel_item_grid_padding" - android:paddingBottom="@dimen/channel_item_grid_padding" android:background="?attr/selectableItemBackground" android:clickable="true" - android:focusable="true"> + android:focusable="true" + android:paddingTop="@dimen/channel_item_grid_padding" + android:paddingBottom="@dimen/channel_item_grid_padding"> + app:layout_constraintTop_toTopOf="parent" + app:shapeAppearance="@style/RoundedImageView" /> + app:layout_constraintTop_toTopOf="parent" + app:shapeAppearance="@style/RoundedImageView" /> + app:layout_constraintTop_toTopOf="parent" + app:shapeAppearance="@style/RoundedImageView" />