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

Unified Diff: res/layout/proxyconfiguration.xml

Issue 9643003: Improve manual proxy configuration (Closed)
Patch Set: Addressed review issues Created March 13, 2013, 8:48 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 | « res/layout/preferences.xml ('k') | res/raw/proxysettings.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/layout/proxyconfiguration.xml
===================================================================
--- a/res/layout/proxyconfiguration.xml
+++ b/res/layout/proxyconfiguration.xml
@@ -20,6 +20,7 @@
android:paddingBottom="16dip">
<Button
+ android:id="@+id/gotit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onGotit"
@@ -27,6 +28,7 @@
android:text="@string/gotit" />
<Button
+ android:id="@+id/opensettings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onSettings"
« no previous file with comments | « res/layout/preferences.xml ('k') | res/raw/proxysettings.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld