equal
deleted
inserted
replaced
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:completionThreshold="1" |
43 android:inputType="textNoSuggestions" |
43 android:inputType="textNoSuggestions" |
44 style="?android:attr/dropDownSpinnerStyle"/> |
44 /> |
45 </LinearLayout> |
45 </LinearLayout> |
46 <TextView |
46 <TextView |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
48 android:text="@string/create_account_password" style="@style/Label" /> |
48 android:text="@string/create_account_password" style="@style/Label" /> |
49 <EditText android:id="@+id/create_account_password" |
49 <EditText android:id="@+id/create_account_password" |