diff --git a/News-Android-App/src/main/res/layout/subscription_detail_list_item_extended.xml b/News-Android-App/src/main/res/layout/subscription_detail_list_item_extended.xml index b31452b6..7048865e 100644 --- a/News-Android-App/src/main/res/layout/subscription_detail_list_item_extended.xml +++ b/News-Android-App/src/main/res/layout/subscription_detail_list_item_extended.xml @@ -44,7 +44,7 @@ android:id="@+id/imgViewFavIcon" tools:src="@drawable/default_feed_icon_light" android:layout_alignStart="@+id/summary" - android:layout_marginTop="@dimen/listview_row_margin_top" + android:layout_marginTop="3dp" android:layout_marginEnd="5dp" android:layout_alignParentStart="true" /> @@ -61,7 +61,7 @@ android:layout_alignParentTop="true" android:layout_toRightOf="@+id/imgViewFavIcon" android:layout_toEndOf="@+id/imgViewFavIcon" - android:paddingTop="@dimen/listview_row_margin_top" /> + android:layout_toLeftOf="@+id/tv_item_date" /> + android:layout_alignParentEnd="true" />