Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons and info boxes are overlapping each other in portrait mode #4

Closed
GoogleCodeExporter opened this issue May 1, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

When I try to use the augmented screen in portrait mode everything looks good 
but icons and their info boxes are overlapping. Is there a fix for this 
problem? If this setting may be done by just changing some boolean value, its 
perfect.

Original issue reported on code.google.com by Cagkan0C...@gmail.com on 21 Jan 2012 at 7:42

@GoogleCodeExporter
Copy link
Author

The App is really designed to be used in landscape mode. I'll see how hard it 
is to design it for portrait.

Original comment by phishman3579@gmail.com on 21 Jan 2012 at 9:11

  • Changed state: Started
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

when solving this problem ... I will use this framework. 

thanks for your work :)

Original comment by ds27...@gmail.com on 3 Apr 2012 at 3:42

@GoogleCodeExporter
Copy link
Author

I have done some updating and everything should work in portrait mode. You have 
to essentially lock the device in landscape OR portrait mode. You cannot 
transition between them at this point.

There is a variable in the AugmentedReality class called portrait. Just set it 
to true for use in portrait mode.

src/com/jwetherell/augmented_reality/activity/AugmentedReality.java
boolean portrait = true;

Original comment by phishman3579@gmail.com on 8 May 2012 at 7:32

@GoogleCodeExporter
Copy link
Author

Original comment by phishman3579@gmail.com on 8 May 2012 at 7:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant