diff options
author | 2009-01-09 18:24:37 -0800 | |
---|---|---|
committer | 2009-01-09 18:24:37 -0800 | |
commit | e570a0fa86c2eea2680f07e2c0c546f104bea948 (patch) | |
tree | e616ea122bf171bab3b3765b5023c4167b31e0d8 /tools/aapt/ResourceTable.cpp | |
parent | 9bdf576615231e4b9693f08bfe3dc886c2edf49e (diff) | |
parent | b798689749c64baba81f02e10cf2157c747d6b46 (diff) |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'tools/aapt/ResourceTable.cpp')
-rw-r--r-- | tools/aapt/ResourceTable.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/aapt/ResourceTable.cpp b/tools/aapt/ResourceTable.cpp index 3641458c4f76..33f8f721bd62 100644 --- a/tools/aapt/ResourceTable.cpp +++ b/tools/aapt/ResourceTable.cpp @@ -115,7 +115,7 @@ static const flag_entry gFormatFlags[] = { "a floating point value, such as \"<code>1.2</code>\"."}, { dimensionArray, sizeof(dimensionArray)/2, ResTable_map::TYPE_DIMENSION, "a dimension value, which is a floating point number appended with a unit such as \"<code>14.5sp</code>\".\n" - "Available units are: px (pixels), db (density-independent pixels), sp (scaled pixels based on preferred font size),\n" + "Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),\n" "in (inches), mm (millimeters)." }, { fractionArray, sizeof(fractionArray)/2, ResTable_map::TYPE_FRACTION, "a fractional value, which is a floating point number appended with either % or %p, such as \"<code>14.5%</code>\".\n" @@ -3479,4 +3479,3 @@ bool ResourceTable::getItemValue( } return res; } - |