mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +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
|
<ImageView
|
||||||
android:id="@+id/quotedPreviewImage"
|
android:id="@+id/quotedPreviewImage"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/quotedAuthor"
|
android:layout_below="@id/quotedAuthor"
|
||||||
android:layout_alignStart="@id/quotedAuthor"
|
android:layout_alignStart="@id/quotedAuthor"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/previewImage"
|
android:id="@+id/previewImage"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user