- Try to fix scaling (if get back, tablet buttons will be small).
- Try to fix Minecraft not starting.
This commit is contained in:
khanhduytran0 2020-11-20 13:33:54 +07:00
parent 29f14066bd
commit e5fdd21284
5 changed files with 31 additions and 27 deletions

View file

@ -20,10 +20,11 @@ public class MainActivity extends BaseMainActivity implements OnClickListener, O
toggleControlButton;
private Button[] controlButtons;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState, R.layout.main);
super.onCreate(savedInstanceState);
initLayout(R.layout.main);
this.upButton = findButton(R.id.control_up);
this.downButton = findButton(R.id.control_down);