Merge changes I0ab47e2f,Ib8016996
* changes: Remove errant tag terminator Normalize output of XMLtree content
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
android:layout_marginRight="8dip"
|
||||
android:layout_marginLeft="-1dip"
|
||||
style="@*android:style/Widget.QuickContactBadge.WindowSmall" />
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dip"
|
||||
|
||||
@@ -504,7 +504,8 @@ void printXMLBlock(ResXMLTree* block)
|
||||
namespaces.pop();
|
||||
} else if (code == ResXMLTree::TEXT) {
|
||||
size_t len;
|
||||
printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string());
|
||||
printf("%sC: \"%s\"\n", prefix.string(), ResTable::normalizeForOutput(
|
||||
String8(block->getText(&len)).string()).string());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user