farhan678 / adwhirl

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

The AdWhirl Layout is small whwen the minimum API Level is set to 8. #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When used in High resolution Simulator if the 

<uses-sdk android:minSdkVersion="8" />

Then the layout displayed is small. If it is set as 3 then it works fine.

<uses-sdk android:minSdkVersion="3" /> 

For everything else it works fine. Please provide a solution to this.

Original issue reported on code.google.com by bineesht...@googlemail.com on 5 Apr 2011 at 4:27