diff --git a/twidere/src/main/res/layout/layout_media_viewer_video_controller_exo.xml b/twidere/src/main/res/layout/layout_media_viewer_video_controller_exo.xml
index bc23a9249..e3c964098 100644
--- a/twidere/src/main/res/layout/layout_media_viewer_video_controller_exo.xml
+++ b/twidere/src/main/res/layout/layout_media_viewer_video_controller_exo.xml
@@ -22,37 +22,35 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="?actionBarSize"
android:layout_gravity="bottom"
- android:clickable="true"
- android:orientation="horizontal">
+ android:layout_height="?actionBarSize"
+ android:clickable="true">
@@ -63,7 +61,10 @@
android:layout_height="wrap_content"
android:layout_alignLeft="@id/exo_progress"
android:layout_alignStart="@id/exo_progress"
- android:layout_below="@id/exo_progress"
+ android:layout_alignParentBottom="true"
+ android:layout_marginBottom="@dimen/element_spacing_xsmall"
+ android:layout_marginLeft="@dimen/element_spacing_small"
+ android:layout_marginStart="@dimen/element_spacing_small"
android:gravity="center"
android:textColor="?android:textColorPrimary"
android:textSize="@dimen/text_size_extra_small"
@@ -83,10 +84,13 @@