am 4a4d96e7: Merge changes I0ab47e2f,Ib8016996
* commit '4a4d96e7ee682167861434cba05531f04642bf97': Remove errant tag terminator Normalize output of XMLtree content
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
android:layout_marginRight="8dip"
|
android:layout_marginRight="8dip"
|
||||||
android:layout_marginLeft="-1dip"
|
android:layout_marginLeft="-1dip"
|
||||||
style="@*android:style/Widget.QuickContactBadge.WindowSmall" />
|
style="@*android:style/Widget.QuickContactBadge.WindowSmall" />
|
||||||
/>
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
|
|||||||
@@ -504,7 +504,8 @@ void printXMLBlock(ResXMLTree* block)
|
|||||||
namespaces.pop();
|
namespaces.pop();
|
||||||
} else if (code == ResXMLTree::TEXT) {
|
} else if (code == ResXMLTree::TEXT) {
|
||||||
size_t len;
|
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