use same context menu header, including wordlist name, as for game

list items.
This commit is contained in:
Andy2 2011-08-21 12:19:58 -07:00
parent 5c8afa06ce
commit c0dae019d5

View file

@ -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() ) );
}
}