From d9fcb1fc90638fe098489258de981a5495fc4010 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 25 May 2023 13:39:35 +0530 Subject: [PATCH] Use the string resource! --- app/src/main/res/layout/dialog_resize_multiple_images.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_resize_multiple_images.xml b/app/src/main/res/layout/dialog_resize_multiple_images.xml index 047365e70..a9aa638fe 100644 --- a/app/src/main/res/layout/dialog_resize_multiple_images.xml +++ b/app/src/main/res/layout/dialog_resize_multiple_images.xml @@ -22,7 +22,7 @@ android:layout_marginTop="@dimen/normal_margin" android:hint="@string/resize_factor" app:errorEnabled="true" - app:helperText="Resize images to the given percentage, value must be within 10 and 90" + app:helperText="@string/resize_factor_info" app:helperTextEnabled="true" app:layout_constraintTop_toBottomOf="@id/resize_progress" app:suffixText="%">