From ad4fa0a9d2278aa8715353dc6786a9356af0ce2f Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 4 Oct 2015 15:15:50 +0200 Subject: [PATCH] Add a hint to queue pos This forces android to create the text-view with a size wide enough to fit '00/00' in it. Without this, we might end up with a smaller view which gets truncated if the text to display switches from 9/10 to 10/10 --- res/layout/full_playback_alt.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/full_playback_alt.xml b/res/layout/full_playback_alt.xml index 2a9c6e9c..4a42aad4 100644 --- a/res/layout/full_playback_alt.xml +++ b/res/layout/full_playback_alt.xml @@ -49,6 +49,8 @@ THE SOFTWARE.