mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
offer to hide buttons when invoked from action bar
This commit is contained in:
parent
0aab21ed5e
commit
7b691dfd2f
2 changed files with 7 additions and 7 deletions
|
@ -1540,10 +1540,10 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
GameUtils.resendAllIf( m_activity, null, true, true );
|
||||
break;
|
||||
case R.id.games_menu_newgame_solo:
|
||||
handleNewGame( true );
|
||||
handleNewGameButton( true );
|
||||
break;
|
||||
case R.id.games_menu_newgame_net:
|
||||
handleNewGame( false );
|
||||
handleNewGameButton( false );
|
||||
break;
|
||||
|
||||
case R.id.games_menu_newgroup:
|
||||
|
|
|
@ -2419,11 +2419,11 @@
|
|||
|
||||
<string name="set_pref">Hide buttons</string>
|
||||
|
||||
<string name="not_again_hidenewgamebuttons">These two buttons do
|
||||
the same thing as the first two items in this window\'s Action Bar
|
||||
(or menu). If you like you can hide the buttons to make more games
|
||||
visible.\n\n(If you later want to unhide them go to the Appearance
|
||||
section of App settings).
|
||||
<string name="not_again_hidenewgamebuttons">The two buttons at the
|
||||
bottom of this screen and the first two items in its Action Bar
|
||||
(or menu) do the same thing. If you like you can hide the buttons
|
||||
to make more games visible.\n\n(If you later want to unhide the
|
||||
buttons go to the Appearance section of App settings).
|
||||
</string>
|
||||
|
||||
<string name="waiting_title">Waiting for players</string>
|
||||
|
|
Loading…
Reference in a new issue