From 83541a0d5d56838aacf5056e9dac0cebfaea2e0d Mon Sep 17 00:00:00 2001 From: Coffeemakr Date: Wed, 28 Dec 2016 08:15:12 +0100 Subject: [PATCH] Add 8dp margin on the right side of the progress bar --- app/src/main/res/layout/player_notification_expanded.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/player_notification_expanded.xml b/app/src/main/res/layout/player_notification_expanded.xml index 8a0da2af3..0fb6a8eb2 100644 --- a/app/src/main/res/layout/player_notification_expanded.xml +++ b/app/src/main/res/layout/player_notification_expanded.xml @@ -20,7 +20,7 @@ android:layout_above="@+id/notificationButtons" android:layout_toRightOf="@+id/notificationCover" android:gravity="center_vertical" - android:orientation="vertical" > + android:orientation="vertical"> + style="@style/Widget.AppCompat.ProgressBar.Horizontal" + android:layout_marginRight="8dp" />