diff app/src/main/java/com/bartsent/simpleresizer/lib/getScaledInstance.kt @ 34:19c584b29679

Add gradle files, bump rev to bypass installer cache misfeature.
author David Barts <n5jrn@me.com>
date Thu, 11 Mar 2021 17:31:56 -0800
parents 86740f593b6c
children 6607f675a5f7
line wrap: on
line diff
--- a/app/src/main/java/com/bartsent/simpleresizer/lib/getScaledInstance.kt	Sat Feb 27 19:27:07 2021 -0800
+++ b/app/src/main/java/com/bartsent/simpleresizer/lib/getScaledInstance.kt	Thu Mar 11 17:31:56 2021 -0800
@@ -3,8 +3,8 @@
 import android.graphics.Bitmap
 
 /**
- * A quality scaler, rather simpler than Image.getScaledInstance in that it has only
- * one (slow, high-quality) option.
+ * A quality scaler, rather simpler than Image.getScaledInstance in that it
+ * currently has only one (slow, high-quality) option.
  * @param       newWidth        Width of new bitmap
  * @param       newHeight       Height of new bitmap
  * @return                      New bitmap