jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

My layout wont fill up the OMAP35x screen #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running the project

What is the expected output? What do you see instead?
Whenever I run my project, the display only fills up about 2/3 of the screen on 
my OMAP. It is supposed to fill the entire screen as it does on my computer.

What version of the product are you using? On what operating system?
I am running android level 8 and on my windows computer, it works fine, but 
when i run it on the OMAP with an Unbuntu computer, the display is too small.

Please provide any additional information below.
I have both the layout and view's layout_width and layout_height set to 
"parent_fill", but it does not fill the display

Original issue reported on code.google.com by grealis...@gmail.com on 12 Jul 2010 at 3:13

GoogleCodeExporter commented 9 years ago
I have also tried setting layout_height and layout_width to "wrap_content", 
particular px, sp, dp values, changing the wallpaper sizes, and setting 
LinearLayout.LayoutParams, yet none of these are working.

Original comment by grealis...@gmail.com on 13 Jul 2010 at 2:53

GoogleCodeExporter commented 9 years ago
I solved the problem by adjusting the size of the Window automatically created 
by the Activity. It was defaulting to the wrong size and therefore any 
adjustments made to the Views or Layouts inside the Window only change the size 
of the Views inside the Window, but not the Window's size.

Original comment by grealis...@gmail.com on 13 Jul 2010 at 3:41