unify Default in settings xml and constants
This commit is contained in:
parent
6df614e7c6
commit
ed24a129ae
|
@ -8,7 +8,7 @@
|
||||||
validate:testType="floatNumericRange"
|
validate:testType="floatNumericRange"
|
||||||
validate:floatminNumber="0.1"
|
validate:floatminNumber="0.1"
|
||||||
validate:floatmaxNumber="12.0"
|
validate:floatmaxNumber="12.0"
|
||||||
android:defaultValue="3.0"
|
android:defaultValue="8.0"
|
||||||
android:selectAllOnFocus="true"
|
android:selectAllOnFocus="true"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:inputType="numberDecimal"
|
android:inputType="numberDecimal"
|
||||||
|
|
Loading…
Reference in a new issue