java: align to 10px instead of 90px

This commit is contained in:
rafal1137 2019-08-26 22:17:51 +02:00
parent eb34cc1826
commit 3cb419f9c0

View file

@ -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);