Index: res/layout/about.xml |
diff --git a/res/layout/about.xml b/res/layout/about.xml |
index 3465741a052118aa071ae773df733e66d7381ea9..8690981b26f927e6eb74a83ab63c7a139fc61320 100644 |
--- a/res/layout/about.xml |
+++ b/res/layout/about.xml |
@@ -13,6 +13,19 @@ |
android:id="@+id/about_text" |
android:layout_width="fill_parent" |
android:layout_height="wrap_content" /> |
+ |
+ <RelativeLayout |
+ android:layout_width="fill_parent" |
+ android:layout_height="wrap_content" |
+ android:gravity="center" |
+ android:orientation="horizontal" > |
+ |
+ <Button |
+ android:id="@+id/close_about" |
+ android:layout_width="wrap_content" |
+ android:layout_height="wrap_content" |
+ android:text="@string/ok" /> |
+ </RelativeLayout> |
</LinearLayout> |
</ScrollView> |