Add small fix (4)
This commit is contained in:
parent
fa86f708f7
commit
f24d4e8aaf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class SeekBarPreference extends DialogPreference implements
|
||||||
private static final String DEFAULT_VALUE_ID = "defaultValue";
|
private static final String DEFAULT_VALUE_ID = "defaultValue";
|
||||||
private static final String DIALOG_TEXT_ID = "text";
|
private static final String DIALOG_TEXT_ID = "text";
|
||||||
private static final String DIALOG_MESSAGE_ID = "dialogMessage";
|
private static final String DIALOG_MESSAGE_ID = "dialogMessage";
|
||||||
private static final String ANDROID_NS = "https://schemas.android.com/apk/res/android";
|
private static final String ANDROID_NS = "http://schemas.android.com/apk/res/android";
|
||||||
|
|
||||||
private SeekBar seekBar;
|
private SeekBar seekBar;
|
||||||
private TextView dialogTextView, valueTextView;
|
private TextView dialogTextView, valueTextView;
|
||||||
|
|
Loading…
Reference in a new issue