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

Unified Diff: res/layout/preferences.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 | « no previous file | res/layout/proxyconfiguration.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/layout/preferences.xml
===================================================================
--- a/res/layout/preferences.xml
+++ b/res/layout/preferences.xml
@@ -19,13 +19,12 @@
android:layout_weight="1" />
<Button
- android:id="@+id/btn_configuration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|right"
android:layout_weight="0"
android:onClick="showProxySettings"
- android:text="@string/showme" />
+ android:text="@string/configure" />
</LinearLayout>
<ListView
« no previous file with comments | « no previous file | res/layout/proxyconfiguration.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld