[Android] Audio GUI: do not ellipsize the playlist drag shadows
Adrien Maglo
git at videolan.org
Mon Mar 17 10:45:01 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Mar 17 10:09:30 2014 +0100| [6dce56a14b3240fd83a086ccf1bd9e122ddb4b8e] | committer: Adrien Maglo
Audio GUI: do not ellipsize the playlist drag shadows
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6dce56a14b3240fd83a086ccf1bd9e122ddb4b8e
---
vlc-android/res/layout/audio_playlist_item_drag_shadow.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml b/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
index 9501177..4959951 100644
--- a/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
+++ b/vlc-android/res/layout/audio_playlist_item_drag_shadow.xml
@@ -30,7 +30,6 @@
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip"
android:layout_marginTop="5dip"
- android:singleLine="true"
android:text="@string/title"
android:textColor="?attr/list_title"
android:textSize="16sp" />
@@ -42,7 +41,6 @@
android:layout_marginBottom="5dip"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip"
- android:singleLine="true"
android:text="@string/artist"
android:textColor="?attr/list_subtitle"
android:textSize="11sp" />
More information about the Android
mailing list