Update assets for image editor.

This commit is contained in:
Nicholas Tinsley
2024-03-05 16:51:39 -05:00
committed by Alex Hart
parent 6383896a79
commit 83c16a46de
56 changed files with 490 additions and 236 deletions

View File

@@ -51,8 +51,8 @@ class TransferProgressView @JvmOverloads constructor(
private val progressRect = RectF()
private val stopIconRect = RectF()
private val downloadDrawable = ContextCompat.getDrawable(context, R.drawable.ic_arrow_down_24)
private val uploadDrawable = ContextCompat.getDrawable(context, R.drawable.ic_arrow_up_16)
private val downloadDrawable = ContextCompat.getDrawable(context, R.drawable.symbol_arrow_down_24)
private val uploadDrawable = ContextCompat.getDrawable(context, R.drawable.symbol_arrow_up_24)
private var progressPercent = 0f
private var currentState = State.UNINITIALIZED