mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-18 07:11:58 +03:00
Fix url preview picture alignment without text
Change-Id: I8f0651e8b9d9430cff80702c1bf88bf8fea8f7b7
This commit is contained in:
parent
7c43d951fb
commit
bad9fdd8ad
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@
|
|||
android:layout_marginTop="16dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:scaleType="fitStart"
|
||||
android:layout_marginStart="7dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@+id/url_preview_title"
|
||||
app:layout_constraintStart_toStartOf="@+id/url_preview_left_border"
|
||||
app:layout_constraintTop_toBottomOf="@+id/url_preview_title"
|
||||
tools:src="@tools:sample/backgrounds/scenic" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue