More settings

This commit is contained in:
juloo
2015-08-08 23:07:38 +02:00
parent 6f09c971c0
commit 9d614bc4fe
5 changed files with 154 additions and 25 deletions

View File

@ -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;