From 578ae2d75fc20a8a2939f853bc1cadd5b49aeb60 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Wed, 21 Jun 2017 19:56:31 +0200 Subject: [PATCH] miniplaybackactivity should use match_parent. wrap_content is just wrong and makes it look bad in horizontal view. --- res/layout/mini_playback.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/mini_playback.xml b/res/layout/mini_playback.xml index e0805fa2..bdf3d9a0 100644 --- a/res/layout/mini_playback.xml +++ b/res/layout/mini_playback.xml @@ -23,14 +23,14 @@ THE SOFTWARE. + android:layout_height="match_parent" + android:layout_width="match_parent"> + android:layout_width="match_parent" />