]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/help_activity.xml
Removed font stuff, added notes. Added language names to what's new.
[Dictionary.git] / res / layout / help_activity.xml
index 751e4ec40ad1fd16c560fcfb1073759b636210e5..a9ac9a26f88f41018e4cf4f4499c4d51bc7a2bda 100644 (file)
@@ -5,8 +5,15 @@
     android:orientation="vertical" >
     
   <WebView
-      android:id="@+id/helpWebView"
+      android:id="@+id/webView"
       android:layout_width="match_parent"
-      android:layout_height="match_parent" />
+      android:layout_height="0dip"
+      android:layout_weight="1.0" />
+
+  <Button
+      android:id="@+id/okButton"
+      android:layout_width="fill_parent"
+      android:layout_height="wrap_content"
+      android:text="@android:string/ok" />
 
 </LinearLayout>
\ No newline at end of file