Skip to content
Snippets Groups Projects
Commit 5ef216e9 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

InfoActivity: fix landscape scrolling

Closes #2219
parent 8a0ba8ff
No related branches found
No related tags found
1 merge request!1136Fix landscape ui issues
Pipeline #154639 passed with stage
in 2 minutes and 40 seconds
......@@ -349,7 +349,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="24dp"
android:layout_marginEnd="16dp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment