refactor + russian language support

This commit is contained in:
serso
2011-10-06 23:25:49 +04:00
parent 4656e46c99
commit 53e8a53b09
28 changed files with 569 additions and 417 deletions

View File

@@ -80,12 +80,12 @@ public class AutoResizeTextView extends TextView {
}
/**
* When text changes, set the force resize flag to true and reset the text size.
* When text changes, set the force resize flag to true and resetInterpreter the text size.
*/
@Override
protected void onTextChanged(final CharSequence text, final int start, final int before, final int after) {
mNeedsResize = true;
// Since this view may be reused, it is good to reset the text size
// Since this view may be reused, it is good to resetInterpreter the text size
resetTextSize();
}