]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/html_display_activity.xml
Prefer XML click handling setup.
[Dictionary.git] / res / layout / html_display_activity.xml
index 0e226263c1275965819ee6440d635a9143e17ab4..50105fb792bd8cbf5cf3856e750fa93d1e5fcf27 100644 (file)
@@ -3,7 +3,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="vertical" >
-    
+
   <com.hughes.android.dictionary.MyWebView
       android:id="@+id/webView"
       android:layout_width="match_parent"
@@ -14,6 +14,7 @@
       android:id="@+id/okButton"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
+      android:onClick="onOkClick"
       android:text="@android:string/ok" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>