blob: 3f200a1b60bf7f38e7e9afec67538dfca2bd62e1 [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"
android:id="@+id/id123"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
<warning>android:id="@+id/id123"</warning>
/>
</LinearLayout>