am 339a6666: am c7ec100c: am 193d98ec: Add new API demo for -swNNNdp resource qualifier.

* commit '339a6666bffcfdb7648c83333ecb16002564b2f6':
  Add new API demo for -swNNNdp resource qualifier.
This commit is contained in:
Dianne Hackborn
2011-05-19 19:37:22 -07:00
committed by Android Git Automerger
17 changed files with 496 additions and 11 deletions

View File

@@ -19,8 +19,8 @@
API level. The default value is false; an alternative value
for Honeycomb is true. -->
<bool name="atLeastHoneycomb">false</bool>
<!-- This resource is true if running under at least Ice Cream Sandwich's
<!-- This resource is true if running under at least Honeycomb MR2's
API level. The default value is false; an alternative value
for Ice Cream Sandwich is true. -->
<bool name="atLeastIceCreamSandwich">false</bool>
for Honeycomb MR2 is true. -->
<bool name="atLeastHoneycombMR2">false</bool>
</resources>

View File

@@ -358,6 +358,10 @@
<string name="resources_width_and_height_description">The layouts below use -wNNNdp and
-hNNNdp to select between different versions based on the size of the screen.</string>
<string name="activity_resources_smallest_width">Content/Resources/Smallest Width</string>
<string name="resources_smallest_width_description">The layouts below use -swNNNdp
to select between different versions based on the size of the screen.</string>
<string name="activity_read_asset">Content/Assets/Read Asset</string>
<string name="activity_themes">Content/Resources/Themes</string>