blob: 514f94f7bb174600f44edf2f2c2f1b3e44e13dac [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:onClick="clickHandler1"/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:onClick="nonexistentClickHandler"/>
</LinearLayout>