We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86d1d74 + 0cd48ae commit 4a4d96eCopy full SHA for 4a4d96e
core/res/res/layout/contact_header.xml
@@ -27,7 +27,6 @@
27
android:layout_marginRight="8dip"
28
android:layout_marginLeft="-1dip"
29
style="@*android:style/Widget.QuickContactBadge.WindowSmall" />
30
- />
31
32
<LinearLayout
33
android:layout_width="0dip"
tools/aapt/XMLNode.cpp
@@ -504,7 +504,8 @@ void printXMLBlock(ResXMLTree* block)
504
namespaces.pop();
505
} else if (code == ResXMLTree::TEXT) {
506
size_t len;
507
- printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string());
+ printf("%sC: \"%s\"\n", prefix.string(), ResTable::normalizeForOutput(
508
+ String8(block->getText(&len)).string()).string());
509
}
510
511
0 commit comments