make dict entries text size bigger

This commit is contained in:
Andy2 2011-11-02 05:18:10 -07:00
parent 8704acfbf1
commit 7231bd4be3

View file

@ -68,6 +68,7 @@ public class DictBrowseActivity extends XWListActivity
if ( null != str ) {
text.setText( str );
text.setOnClickListener( DictBrowseActivity.this );
text.setTextSize( text.getTextSize() + 2.0f );
}
return text;
}