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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/layout/preferences.xml ('k') | res/raw/proxysettings.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content" 3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content" 4 android:layout_height="wrap_content"
5 android:orientation="vertical" 5 android:orientation="vertical"
6 android:paddingTop="8dip" 6 android:paddingTop="8dip"
7 android:paddingLeft="16dip" 7 android:paddingLeft="16dip"
8 android:paddingRight="16dip" > 8 android:paddingRight="16dip" >
9 9
10 <TextView 10 <TextView
11 android:id="@+id/message_text" 11 android:id="@+id/message_text"
12 android:layout_width="fill_parent" 12 android:layout_width="fill_parent"
13 android:layout_height="wrap_content" /> 13 android:layout_height="wrap_content" />
14 14
15 <LinearLayout 15 <LinearLayout
16 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:gravity="center" 18 android:gravity="center"
19 android:orientation="horizontal" 19 android:orientation="horizontal"
20 android:paddingBottom="16dip"> 20 android:paddingBottom="16dip">
21 21
22 <Button 22 <Button
23 android:id="@+id/gotit"
23 android:layout_width="wrap_content" 24 android:layout_width="wrap_content"
24 android:layout_height="wrap_content" 25 android:layout_height="wrap_content"
25 android:onClick="onGotit" 26 android:onClick="onGotit"
26 android:paddingRight="8dip" 27 android:paddingRight="8dip"
27 android:text="@string/gotit" /> 28 android:text="@string/gotit" />
28 29
29 <Button 30 <Button
31 android:id="@+id/opensettings"
30 android:layout_width="wrap_content" 32 android:layout_width="wrap_content"
31 android:layout_height="wrap_content" 33 android:layout_height="wrap_content"
32 android:onClick="onSettings" 34 android:onClick="onSettings"
33 android:text="@string/opensettings" /> 35 android:text="@string/opensettings" />
34 </LinearLayout> 36 </LinearLayout>
35 37
36 </LinearLayout> 38 </LinearLayout>
OLDNEW
« 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