Merge pull request #1112 from mpretty-cyro/fix/link-preview-layout-issues

Fixed a few layout issues with the LinkPreviewView
This commit is contained in:
Morgan Pretty
2023-02-15 15:39:37 +11:00
committed by GitHub
6 changed files with 52 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