From c835ebff3f558f4560c2a3624ca30faba8b05f76 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 24 Feb 2025 13:58:14 +0200 Subject: [PATCH] Fix scrobbling bs ui (close #1304) --- app/src/main/res/layout/sheet_scrobbling.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/sheet_scrobbling.xml b/app/src/main/res/layout/sheet_scrobbling.xml index 7fe6dea42..8ead86f85 100644 --- a/app/src/main/res/layout/sheet_scrobbling.xml +++ b/app/src/main/res/layout/sheet_scrobbling.xml @@ -29,15 +29,23 @@ android:foreground="?selectableItemBackground" android:scaleType="centerCrop" app:layout_constraintDimensionRatio="H,13:18" - app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="@id/barrier_rating" app:layout_constraintHorizontal_bias="0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/headerBar" - app:layout_constraintWidth_percent="0.3" + app:layout_constraintWidth_max="146dp" + app:layout_constraintWidth_min="40dp" app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Kotatsu.Cover" tools:background="@tools:sample/backgrounds/scenic" tools:ignore="ContentDescription,UnusedAttribute" /> + + + app:layout_constraintVertical_bias="0" + tools:rating="3.5" />