mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Image loading bugfixes
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a8eefd8b34
commit
1acf508024
@ -46,7 +46,7 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/quotedPreviewImage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/quotedAuthor"
|
||||
android:layout_alignStart="@id/quotedAuthor"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/previewImage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_alignParentStart="true"
|
||||
|
Loading…
Reference in New Issue
Block a user