]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/html_display_activity.xml
Allow to escape only unicode chars
[Dictionary.git] / res / layout / html_display_activity.xml
index a9ac9a26f88f41018e4cf4f4499c4d51bc7a2bda..50105fb792bd8cbf5cf3856e750fa93d1e5fcf27 100644 (file)
@@ -3,8 +3,8 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="vertical" >
-    
-  <WebView
+
+  <com.hughes.android.dictionary.MyWebView
       android:id="@+id/webView"
       android:layout_width="match_parent"
       android:layout_height="0dip"
@@ -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>