Merge pull request #4312 from deltachat/adb/issue-4280

make video thumbnail square
This commit is contained in:
adb
2026-03-21 15:51:22 +01:00
committed by GitHub
+1 -2
View File
@@ -78,13 +78,12 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<!-- Local Video (Rounded corners, Top Right) -->
<!-- Local Video (Top Right) -->
<androidx.cardview.widget.CardView
android:id="@+id/local_video_container"
android:layout_width="90dp"
android:layout_height="120dp"
android:layout_margin="16dp"
app:cardCornerRadius="8dp"
app:cardElevation="4dp"
app:layout_constraintTop_toBottomOf="@id/top_bar"
app:layout_constraintEnd_toEndOf="parent">