From 97c8f1d03e7fb99001dacf3e8330bd062779c2da Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Wed, 1 Oct 2025 01:07:14 +0800 Subject: [PATCH] Fix seek view font --- app/src/mobile/res/layout/view_control_seek.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/mobile/res/layout/view_control_seek.xml b/app/src/mobile/res/layout/view_control_seek.xml index 16e2e9939..9ec2fa731 100644 --- a/app/src/mobile/res/layout/view_control_seek.xml +++ b/app/src/mobile/res/layout/view_control_seek.xml @@ -11,6 +11,7 @@ android:id="@+id/position" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:includeFontPadding="false" android:textColor="@color/white" android:textSize="14sp" tools:text="00:00:00" /> @@ -28,6 +29,7 @@ android:id="@+id/duration" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:includeFontPadding="false" android:textColor="@color/white" android:textSize="14sp" tools:text="00:00:00" />