mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #4312 from deltachat/adb/issue-4280
make video thumbnail square
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user