Use the string resource!
This commit is contained in:
parent
8b9492bb48
commit
d9fcb1fc90
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
android:layout_marginTop="@dimen/normal_margin"
|
android:layout_marginTop="@dimen/normal_margin"
|
||||||
android:hint="@string/resize_factor"
|
android:hint="@string/resize_factor"
|
||||||
app:errorEnabled="true"
|
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:helperTextEnabled="true"
|
||||||
app:layout_constraintTop_toBottomOf="@id/resize_progress"
|
app:layout_constraintTop_toBottomOf="@id/resize_progress"
|
||||||
app:suffixText="%">
|
app:suffixText="%">
|
||||||
|
|
Loading…
Reference in a new issue