mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Changes
- Try to fix scaling (if get back, tablet buttons will be small). - Try to fix Minecraft not starting.
This commit is contained in:
parent
29f14066bd
commit
e5fdd21284
5 changed files with 31 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue