Skip to content
Snippets Groups Projects
Commit c04cf3f9 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix bookmark list layout in renderer mode

Fixes #2233
parent f43f9d78
No related branches found
No related tags found
1 merge request!1123Various UI fixes
Pipeline #154557 passed with stage
in 2 minutes and 41 seconds
......@@ -79,16 +79,6 @@
android:fitsSystemWindows="false"
android:layout="@layout/player_overlay_seek" />
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_hud_stub"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginLeft="@dimen/overlay_margin"
android:layout_marginRight="@dimen/overlay_margin"
android:layout_marginBottom="@dimen/overlay_margin"
android:layout="@layout/player_hud" />
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_hud_right_stub"
android:layout_width="match_parent"
......@@ -101,6 +91,15 @@
android:layout_marginBottom="@dimen/overlay_margin"
android:layout="@layout/player_hud_right" />
<androidx.appcompat.widget.ViewStubCompat
android:id="@+id/player_hud_stub"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:layout_marginLeft="@dimen/overlay_margin"
android:layout_marginRight="@dimen/overlay_margin"
android:layout_marginBottom="@dimen/overlay_margin"
android:layout="@layout/player_hud" />
</RelativeLayout>
......
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