truman2159 / rowboat

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

Benchmark app doesn't work in fullscreen mode #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download benchmark app
2. Install it to device
3. Run benchmark app 

What is the expected output? What do you see instead?
The application window must cover all display but it work in window mode.

Original issue reported on code.google.com by konstant...@gmail.com on 29 Oct 2009 at 2:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
i also face tyhe same issue, whats the way to resolve it

Original comment by priyanka...@gmail.com on 31 Mar 2010 at 8:20

GoogleCodeExporter commented 9 years ago
adding the following lines to the AndroidManifest.xml will resolve this issue.

<supports-screens
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true"
          android:anyDensity="true" />

Please integrate these changes to the source code so that the application works
properly on all hardwares

Original comment by priyanka...@gmail.com on 14 Apr 2010 at 6:48