rajinisiva / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 0 forks source link

New large resources file may be needed in project creation #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
User on phonegap group reporting errors with project creation,
API level 15.

In this thread:
https://groups.google.com/forum/#!topic/phonegap/wPJmO-U3gYA

User reports there should be a res/values-large/dimens.xml
file with this contents:

<resources>
    <dimen name="padding_small">8dp</dimen>
    <dimen name="padding_medium">16dp</dimen>
    <dimen name="padding_large">16dp</dimen>
</resources>

Perhaps later version of Android SDK add this file to new
projects.

Original issue reported on code.google.com by libby.ba...@gmail.com on 27 Jul 2012 at 10:39