Skip to content

Commit d022ae4

Browse files
committed
Use correct attributes for preference minimum value
1 parent bdc10d4 commit d022ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/xml/settings_audio.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<SeekBarPreference
2929
android:defaultValue="0"
3030
android:key="offset"
31-
android:min="-750"
31+
app:min="-750"
3232
android:max="750"
3333
app:isPreferenceVisible="false"
3434
android:title="@string/opt_offset_title"
@@ -44,7 +44,7 @@
4444
<com.rian.osu.ui.EditableSeekBarPreference
4545
android:defaultValue="20"
4646
android:key="gameAudioSynchronizationThreshold"
47-
android:min="0"
47+
app:min="0"
4848
android:max="100"
4949
android:title="@string/opt_gameAudioSynchronizationThreshold_title"
5050
android:summary="@string/opt_gameAudioSynchronizationThreshold_summary"

0 commit comments

Comments
 (0)