You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appto...@googlegroups.com
I uploaded two image for background of my app in MIT App Inventor 2. Once I set a background image for portrait orientation it’s ok, but when it’s come to landscape same image is showing. I want show different images when device change it’s orientation. I have tried in some ways with the screen’s logic blocks in the block section. How can I do that?
Peep Prants
unread,
Sep 7, 2014, 12:07:51 PM9/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appto...@googlegroups.com
You need If-else block:
Test if Screen With > Screen Height then use Lansdscape image else Portait image.