]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/html_display_activity.xml
Also add a search/clear FloatingActionButton.
[Dictionary.git] / res / layout / html_display_activity.xml
index a9ac9a26f88f41018e4cf4f4499c4d51bc7a2bda..a47c7d4ab3b7a2c17d665b8e661f8164ab7909ae 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"
@@ -16,4 +16,4 @@
       android:layout_height="wrap_content"
       android:text="@android:string/ok" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>