equal
deleted
inserted
replaced
37 <AutoCompleteTextView android:id="@+id/xmpp_server" |
37 <AutoCompleteTextView android:id="@+id/xmpp_server" |
38 android:layout_width="wrap_content" android:layout_height="wrap_content" |
38 android:layout_width="wrap_content" android:layout_height="wrap_content" |
39 android:minWidth="160dp" |
39 android:minWidth="160dp" |
40 android:gravity="left" |
40 android:gravity="left" |
41 android:hint="beem-project.com" |
41 android:hint="beem-project.com" |
|
42 android:completionThreshold="1" |
42 android:inputType="textNoSuggestions" |
43 android:inputType="textNoSuggestions" |
43 style="?android:attr/dropDownSpinnerStyle"/> |
44 style="?android:attr/dropDownSpinnerStyle"/> |
44 </LinearLayout> |
45 </LinearLayout> |
45 <TextView |
46 <TextView |
46 android:layout_width="fill_parent" android:layout_height="wrap_content" |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
59 android:singleLine="true" |
60 android:singleLine="true" |
60 android:contentDescription="@string/create_account_confirm_password"/> |
61 android:contentDescription="@string/create_account_confirm_password"/> |
61 <TextView android:id="@+id/error_label" |
62 <TextView android:id="@+id/error_label" |
62 android:layout_width="fill_parent" android:layout_height="wrap_content" |
63 android:layout_width="fill_parent" android:layout_height="wrap_content" |
63 android:textColor="@color/red" android:textStyle="bold" |
64 android:textColor="@color/red" android:textStyle="bold" |
|
65 android:inputType="textMultiLine" |
64 style="@style/Label"/> |
66 style="@style/Label"/> |
65 </LinearLayout> |
67 </LinearLayout> |
66 </ScrollView> |
68 </ScrollView> |
67 |
69 |
68 <RelativeLayout |
70 <RelativeLayout |