0

I have two devices which I test this apk with and on one of them it is almost centered and on the other it is aligned to the left.

The layout in question is the one labeled Custom Layout

enter image description here

This is what happens when I run the app on the emulator. Setting the horizontal constraint bias to 0 has not worked by the way.

displayed inside the emulator

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Isse Nur
  • 53
  • 8

1 Answers1

0

I think you looking for android:layout_gravity

This could be useful for understanding

oztrna
  • 95
  • 6