diff --git a/Corona-Warn-App/src/main/res/layout/fragment_information.xml b/Corona-Warn-App/src/main/res/layout/fragment_information.xml
index bc53ba5441279ce8870bad5d40ae449452bf192e..6d7a5f498a266e3fcf2c71262da06becd2a1b89e 100644
--- a/Corona-Warn-App/src/main/res/layout/fragment_information.xml
+++ b/Corona-Warn-App/src/main/res/layout/fragment_information.xml
@@ -122,7 +122,14 @@
                     android:paddingBottom="@dimen/spacing_tiny"
                     tools:text="16000000"
                     tools:visibility="visible" />
+
+                <!-- Workaround for scrolling issue where view is
+                approximately as high as available space-->
+                <Space
+                    android:layout_width="match_parent"
+                    android:layout_height="@dimen/spacing_huge" />
             </LinearLayout>
+
         </ScrollView>
     </androidx.constraintlayout.widget.ConstraintLayout>
 </layout>