mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-04 05:17:34 +01:00
Use the string resource!
This commit is contained in:
parent
8b9492bb48
commit
d9fcb1fc90
@ -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="%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user