Skip to content

Commit

Permalink
Fix details cover corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Jan 1, 2025
1 parent 8d519dd commit c2c3b0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout-w600dp-land/activity_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:background="?colorSecondaryContainer"
android:clipToOutline="true"
android:foreground="?selectableItemBackground"
android:scaleType="centerCrop"
app:layout_constraintDimensionRatio="H,13:18"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:background="?colorSecondaryContainer"
android:clipToOutline="true"
android:foreground="?selectableItemBackground"
android:scaleType="centerCrop"
app:layout_constraintDimensionRatio="H,13:18"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:background="?colorSecondaryContainer"
android:clipToOutline="true"
android:foreground="?selectableItemBackground"
android:scaleType="centerCrop"
app:layout_constraintDimensionRatio="H,13:18"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/sheet_scrobbling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="16dp"
android:clipToOutline="true"
android:foreground="?selectableItemBackground"
android:scaleType="centerCrop"
app:layout_constraintDimensionRatio="H,13:18"
Expand Down

0 comments on commit c2c3b0f

Please sign in to comment.