mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-09 14:05:10 +02:00
More settings
This commit is contained in:
@ -25,7 +25,7 @@ import android.widget.SeekBar;
|
||||
public class SlideBarPreference extends DialogPreference
|
||||
implements SeekBar.OnSeekBarChangeListener
|
||||
{
|
||||
private static final int SEEKBAR_MAX = 1000;
|
||||
private static final int SEEKBAR_MAX = 100000;
|
||||
|
||||
private LinearLayout _layout;
|
||||
private TextView _textView;
|
||||
|
Reference in New Issue
Block a user