Merge pull request #292 from FineFindus/feat/hide-empty-link-previews

feat: hide empty link previews
This commit is contained in:
LucasGGamerM
2023-11-08 14:51:53 -03:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -8,14 +8,14 @@
<org.joinmastodon.android.ui.views.MaxWidthFrameLayout
android:id="@+id/inner"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:foreground="?android:selectableItemBackground"
android:maxWidth="@dimen/layout_max_width">
<ImageView
android:id="@+id/photo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="250dp"
android:scaleType="centerCrop"
tools:src="#0f0"/>
<LinearLayout