mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 01:56:30 +00:00
Implement blur-hash based low resolution thumbnail previews.
This commit is contained in:
committed by
Greyson Parrelli
parent
9e3475ed94
commit
9432a45b39
@@ -4,6 +4,16 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thumbnail_blurhash"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:adjustViewBounds="true"
|
||||
android:clickable="false"
|
||||
android:longClickable="false"
|
||||
android:scaleType="fitCenter"
|
||||
android:contentDescription="@string/conversation_item__mms_image_description" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thumbnail_image"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user