diff options
| author | 2011-04-11 13:48:35 +0300 | |
|---|---|---|
| committer | 2011-04-11 13:48:35 +0300 | |
| commit | 0cd48ae3de0609089b8adf532d947a41fc418786 (patch) | |
| tree | 33373ac397bf13a8d04dba038b38873850761e2f | |
| parent | 7c94b34b5241b548d68a1cb03d10f697386aac65 (diff) | |
Remove errant tag terminator
Element android.widget.QuickContactBadge had two closing markers.
Change-Id: I0ab47e2fc999b4cf09fa10a7f5df58090816e315
| -rw-r--r-- | core/res/res/layout/contact_header.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/layout/contact_header.xml b/core/res/res/layout/contact_header.xml index bf467d3f8c05..dfa9af4f7175 100644 --- a/core/res/res/layout/contact_header.xml +++ b/core/res/res/layout/contact_header.xml @@ -27,7 +27,6 @@ android:layout_marginRight="8dip" android:layout_marginLeft="-1dip" style="@*android:style/Widget.QuickContactBadge.WindowSmall" /> - /> <LinearLayout android:layout_width="0dip" |