Use the string resource!

This commit is contained in:
Naveen 2023-05-25 13:39:35 +05:30
parent 8b9492bb48
commit d9fcb1fc90
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

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