add new change-connect-via button to set disabled when game in play

This commit is contained in:
Eric House 2015-01-17 08:13:54 -08:00
parent e5ac525087
commit 5f657bdfc4

View file

@ -129,6 +129,7 @@ public class GameConfigDelegate extends DelegateBase
,R.id.timer_minutes_edit
,R.id.smart_robot
,R.id.phonies_spinner
,R.id.change_connection
};
public GameConfigDelegate( Delegator delegator, Bundle savedInstanceState )