feat: add back overflow text, increase AttachmentDownloadJob.kt max failure count, resize overflow text size, remove unused animator update listener implementation in ThumbnailProgressBar.kt

This commit is contained in:
jubb
2021-06-29 11:22:59 +10:00
parent 482d6a2075
commit 09f4cfb1ad
4 changed files with 15 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
android:layout_height="match_parent"
android:layout_width="match_parent"
android:gravity="center"
android:textSize="28dp"
android:textSize="@dimen/text_size"
android:textColor="@color/core_white"
android:background="@color/transparent_black_40"
tools:text="+2" />