69 android:hint="@string/prompt_url" |
69 android:hint="@string/prompt_url" |
70 android:inputType="textUri" > |
70 android:inputType="textUri" > |
71 |
71 |
72 <requestFocus /> |
72 <requestFocus /> |
73 </EditText> |
73 </EditText> |
|
74 |
|
75 <CheckBox |
|
76 android:id="@+id/trustall" |
|
77 android:layout_width="wrap_content" |
|
78 android:layout_height="wrap_content" |
|
79 android:checked="true" |
|
80 android:text="@string/trustall" |
|
81 android:visibility="gone" /> |
74 |
82 |
75 <EditText |
83 <EditText |
76 android:id="@+id/accountname" |
84 android:id="@+id/accountname" |
77 android:layout_width="match_parent" |
85 android:layout_width="match_parent" |
78 android:layout_height="wrap_content" |
86 android:layout_height="wrap_content" |