Fixed a few layout issues with the LinkPreviewView

This commit is contained in:
Morgan Pretty
2023-02-10 14:33:19 +11:00
parent 395ada62ff
commit bbedad5ebb
6 changed files with 44 additions and 9 deletions

View File

@@ -80,7 +80,7 @@
app:layout_constraintStart_toStartOf="parent"
android:visibility="gone"
android:id="@+id/linkPreviewView"
android:layout_width="wrap_content"
android:layout_width="300dp"
android:layout_height="wrap_content"/>
<androidx.constraintlayout.widget.Barrier