mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
make dict entries text size bigger
This commit is contained in:
parent
8704acfbf1
commit
7231bd4be3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue