diff --git a/app/src/main/res/layout/app_widget_card.xml b/app/src/main/res/layout/app_widget_card.xml
index 4fe732f82..a14ab1992 100755
--- a/app/src/main/res/layout/app_widget_card.xml
+++ b/app/src/main/res/layout/app_widget_card.xml
@@ -1,98 +1,93 @@
-
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:background="@drawable/card"
+ android:orientation="horizontal">
+
+
+
+
+
+
+
+
+
+
-
-
-
+ android:background="@drawable/widget_selector_light"
+ tools:ignore="ContentDescription"
+ tools:src="@drawable/ic_skip_previous"
+ tools:tint="@color/ate_secondary_text_light" />
-
-
-
-
-
-
-
+ android:layout_weight="1"
+ android:background="@drawable/widget_selector_light"
+ tools:ignore="ContentDescription"
+ tools:src="@drawable/ic_play_arrow"
+ tools:tint="@color/ate_secondary_text_light" />
-
+
-
-
-
-
-
-
+
diff --git a/app/src/main/res/layout/fragment_card_blur_player_playback_controls.xml b/app/src/main/res/layout/fragment_card_blur_player_playback_controls.xml
index c0b591a21..c823c9f3e 100644
--- a/app/src/main/res/layout/fragment_card_blur_player_playback_controls.xml
+++ b/app/src/main/res/layout/fragment_card_blur_player_playback_controls.xml
@@ -1,82 +1,75 @@
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:gravity="center_vertical"
+ android:orientation="horizontal"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp">
+ android:layout_weight="1"
+ android:paddingStart="8dp"
+ android:paddingEnd="8dp"
+ android:textStyle="bold"
+ tools:text="22.00" />
+
+
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file