diff --git a/app/src/main/res/layout-sw600dp-land/completed_story_item.xml b/app/src/main/res/layout-sw600dp-land/completed_story_item.xml index 65795f3ce8e..b60b6070b69 100644 --- a/app/src/main/res/layout-sw600dp-land/completed_story_item.xml +++ b/app/src/main/res/layout-sw600dp-land/completed_story_item.xml @@ -15,12 +15,11 @@ android:id="@+id/topic_container" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="16dp" - android:layout_marginTop="12dp" - android:layout_marginEnd="16dp" - android:layout_marginBottom="12dp" - app:cardCornerRadius="4dp" - app:cardElevation="4dp"> + android:layout_marginStart="32dp" + android:layout_marginTop="24dp" + android:layout_marginEnd="32dp" + app:cardElevation="4dp" + app:cardCornerRadius="4dp"> diff --git a/app/src/main/res/layout-sw600dp-land/completed_story_list_fragment.xml b/app/src/main/res/layout-sw600dp-land/completed_story_list_fragment.xml index 12065a959a6..a4d5a5a33bf 100644 --- a/app/src/main/res/layout-sw600dp-land/completed_story_list_fragment.xml +++ b/app/src/main/res/layout-sw600dp-land/completed_story_list_fragment.xml @@ -52,10 +52,10 @@ android:layout_height="match_parent" android:clipToPadding="false" android:overScrollMode="never" - android:paddingStart="56dp" - android:paddingEnd="56dp" - android:paddingTop="28dp" - android:paddingBottom="88dp" + android:paddingStart="64dp" + android:paddingEnd="64dp" + android:paddingTop="24dp" + android:paddingBottom="112dp" android:scrollbars="none" android:tag="@string/completed_story_list_recyclerview_tag" app:data="@{viewModel.completedStoryListLiveData}" />