|
|
@ -195,13 +195,13 @@ public class GamePropertiesActivity extends AppCompatActivity {
|
|
|
|
new TabLayoutMediator(tabLayout, viewPager, (tab, position) -> {
|
|
|
|
new TabLayoutMediator(tabLayout, viewPager, (tab, position) -> {
|
|
|
|
switch (position) {
|
|
|
|
switch (position) {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
tab.setText("Summary");
|
|
|
|
tab.setText(R.string.game_properties_tab_summary);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
|
tab.setText("Game Settings");
|
|
|
|
tab.setText(R.string.game_properties_tab_game_settings);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
case 2:
|
|
|
|
tab.setText("Controller Settings");
|
|
|
|
tab.setText(R.string.game_properties_tab_controller_settings);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).attach();
|
|
|
|
}).attach();
|
|
|
|