Implement blur-hash based low resolution thumbnail previews.

This commit is contained in:
alex-signal
2019-10-17 09:26:08 -03:00
committed by Greyson Parrelli
parent 9e3475ed94
commit 9432a45b39
45 changed files with 817 additions and 86 deletions

View File

@@ -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"