StatusBarBackground adds Left and Right Margin in my app.

Fuse version 0.20.3 (build 6549) Copyright © 2016 Fusetools

OSX 10.11.3

Download the concerts2go example app. add

<DockPanel>
        <StatusBarBackground Dock="Top"/>

after <App> and close the DockPanel before the </App>

Preview on Android phone. (Sony Xperia Z3)

here is a working example of this.

This migth just be working as intende or just “i forgot to stretch the background”, working with UX is a learning as you go expeience for me.

https://www.dropbox.com/s/0eixjy1w7nszfiy/concert2go-with-statusbar-dock.zip?dl=1

Edit: No, but i will link it, was told to make a post how to reproduce the behaviour i seeing.

Screenshot: http://i.imgur.com/Wp0ZBmj.png

Hi Eivind, I think something’s missing in your post. Was it supposed to contain a screenshot of the issue?

I’ve otherwise edited your post to display the UX correctly. (Our forum uses markdown )

Added screenshot.

Hi!

This is indeed caused by stretching, since the Video and the Image in your app is maintaining its aspect. Try adding StretchMode="UniformToFill" on the <Video /> and <Image /> tag.

Please have a look on the docs for StretchMode https://www.fusetools.com/docs/fuse/controls/image/stretchmode

Worked like a charm! =)