Centering bitmap on screen

I have the following bitmap element in `layout.xml`:

`<bitmap id="image" x="center" y="35" filename="../drawables/logos.svg" scaleX="18%" scaleY="18%" scaleRelativeTo="screen"/>`

Despite `x` being set to `center` only about a quarter of the image is to the left of the center line, the other three quarters are to the right of center.

Do you know what might be causing this?