https://bugs.kde.org/show_bug.cgi?id=346120

--- Comment #5 from Nerijus Baliūnas <neri...@users.sourceforge.net> ---
The latest git added scrolling the song name if it does not fit. But the
margins could still be smaller. The following patch works OK on my phone and
looks good:

diff --git a/res/layout/mpris_control.xml b/res/layout/mpris_control.xml
index 80143b1..782eb23 100644
--- a/res/layout/mpris_control.xml
+++ b/res/layout/mpris_control.xml
@@ -7,9 +7,9 @@
     android:layout_height="match_parent"
     android:id="@+id/mpris_control_view"
     android:gravity="center"
-    android:paddingLeft="60dip"
+    android:paddingLeft="30dip"
     android:paddingTop="5dip"
-    android:paddingRight="60dip"
+    android:paddingRight="30dip"
     android:paddingBottom="5dip">

     <TextView

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to