diff options
Diffstat (limited to 'res/layout/main.xml')
| -rw-r--r-- | res/layout/main.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index 8155076..f811f65 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -21,6 +21,7 @@ <Button android:id="@+id/paste_button" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:text="@string/paste_button" /> + android:text="@string/paste_button" + android:onClick="onPasteButtonClick" /> </LinearLayout> |
