Update pref_others.xml
This commit is contained in:
parent
6015930b41
commit
8f0a28419d
1 changed files with 3 additions and 3 deletions
|
@ -31,13 +31,13 @@
|
||||||
android:title="@string/low_mark"
|
android:title="@string/low_mark"
|
||||||
android:key="low_mark"
|
android:key="low_mark"
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
android:inputType="number">
|
android:inputType="numberDecimal">
|
||||||
</EditTextPreference>
|
</EditTextPreference>
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:title="@string/high_mark"
|
android:title="@string/high_mark"
|
||||||
android:key="high_mark"
|
android:key="high_mark"
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
android:inputType="number">
|
android:inputType="numberDecimal">
|
||||||
</EditTextPreference>
|
</EditTextPreference>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
Loading…
Reference in a new issue