mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-16 11:41:16 +01:00
Prevent overlap in very long song titles
This commit is contained in:
parent
51d6a23208
commit
744282f10a
@ -11,7 +11,6 @@
|
||||
a:id="@+id/button_shuffle"
|
||||
a:layout_width="0dip"
|
||||
a:layout_height="26dp"
|
||||
a:layout_alignParentLeft="true"
|
||||
a:layout_gravity="center"
|
||||
a:layout_weight="1"
|
||||
a:adjustViewBounds="true"
|
||||
|
@ -18,7 +18,9 @@
|
||||
a:id="@+id/current_playing_song"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:ellipsize="start"
|
||||
a:layout_marginEnd="10dip"
|
||||
a:paddingRight="30dip"
|
||||
a:ellipsize="marquee"
|
||||
a:gravity="left"
|
||||
a:singleLine="true"
|
||||
a:textAppearance="?android:attr/textAppearanceLarge"
|
||||
@ -29,7 +31,7 @@
|
||||
a:id="@+id/current_playing_artist"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:ellipsize="start"
|
||||
a:ellipsize="marquee"
|
||||
a:gravity="left"
|
||||
a:singleLine="true"
|
||||
a:textAppearance="?android:attr/textAppearanceSmall"
|
||||
@ -62,7 +64,8 @@
|
||||
a:ellipsize="start"
|
||||
a:gravity="right"
|
||||
a:text="0 / 0"
|
||||
a:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
a:textAppearance="?android:attr/textAppearanceSmall"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
<TextView
|
||||
a:id="@+id/current_total_duration"
|
||||
|
Loading…
x
Reference in New Issue
Block a user