[Android] Fix previous commit : Remove an extra space.

Alexandre Perraud git at videolan.org
Mon Jun 22 15:53:41 CEST 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Mon Jun 22 15:49:28 2015 +0200| [2e0adb971bc58b8a55ca89ab7ff5f6cba8f0b13e] | committer: Alexandre Perraud

Fix previous commit : Remove an extra space.

dbf522f3b02771e46b128994fa48ff66f92395f0

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2e0adb971bc58b8a55ca89ab7ff5f6cba8f0b13e
---

 vlc-android/res/layout/player_hud.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/player_hud.xml b/vlc-android/res/layout/player_hud.xml
index d4eed97..aedbdf5 100644
--- a/vlc-android/res/layout/player_hud.xml
+++ b/vlc-android/res/layout/player_hud.xml
@@ -50,7 +50,7 @@
         android:layout_alignRight="@+id/player_overlay_seekbar"
         android:layout_marginRight="@dimen/time_margin_sides"
         android:gravity="right"
-        android:text="--:-- "
+        android:text="--:--"
         android:textAppearance="@style/TextAppearance.AppCompat.SearchResult.Title"
         android:textSize="16sp" />
 



More information about the Android mailing list