mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
use same context menu header, including wordlist name, as for game
list items.
This commit is contained in:
parent
5c8afa06ce
commit
c0dae019d5
1 changed files with 3 additions and 0 deletions
|
@ -377,6 +377,9 @@ public class DictsActivity extends ExpandableListActivity
|
|||
|| ! GameUtils.haveWriteableSD() ) {
|
||||
menu.removeItem( R.id.dicts_item_move );
|
||||
}
|
||||
|
||||
String fmt = getString(R.string.game_item_menu_titlef );
|
||||
menu.setHeaderTitle( String.format( fmt, row.getText() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue