blob: 3db7420be5c842df2c69a9e9696906b9e10ef0cd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
<error descr="Duplicate id `@+id/id123` originally defined here">android:id="@+id/id123"</error>
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
<error descr="Duplicate id `@+id/id123`, already defined earlier in this layout">android:id="@+id/id123"</error>
/>
</LinearLayout>