mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
java: align to 10px instead of 90px
This commit is contained in:
parent
eb34cc1826
commit
3cb419f9c0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class ETLActivity extends SDLActivity implements JoyStickListener
|
|||
|
||||
joystick_layout.addRule(RelativeLayout.ALIGN_LEFT);
|
||||
joystick_layout.addRule(RelativeLayout.CENTER_VERTICAL);
|
||||
joystick_layout.leftMargin = 90;
|
||||
joystick_layout.leftMargin = 10;
|
||||
|
||||
mLayout.addView(joyStick, joystick_layout);
|
||||
|
||||
|
|
Loading…
Reference in a new issue