Browse Source

SeekBarPreference: set the content description to the value of the parameter.

master
Reece H. Dunn 12 years ago
parent
commit
a601d8afb1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      android/src/com/reecedunn/espeak/SeekBarPreference.java

+ 1
- 0
android/src/com/reecedunn/espeak/SeekBarPreference.java View File

@@ -143,6 +143,7 @@ public class SeekBarPreference extends DialogPreference implements SeekBar.OnSee
{
String text = String.format(getFormatter(), Integer.toString(progress + mMin));
mValueText.setText(text);
mSeekBar.setContentDescription(text);
}

@Override

Loading…
Cancel
Save