Skip to content

Commit

Permalink
Fix player info text being cut down
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed May 30, 2018
1 parent 497330c commit 39073f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/app/src/main/res/layout/player_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:ellipsize="marquee"
android:maxLines="2"
android:singleLine="true"
android:text="@string/app_name"
android:textAlignment="textStart"
android:textAppearance="?android:attr/textAppearanceSmall"
Expand Down

0 comments on commit 39073f4

Please sign in to comment.