albersmc / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago

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