Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/layout/about.xml

Issue 6731909971312640: Issue 1227 - Could not close the info-text (Closed)
Patch Set: Switched to anonymous inner class for OnClickListener Created Nov. 11, 2014, 11:30 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/org/adblockplus/android/AboutDialog.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | src/org/adblockplus/android/AboutDialog.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld