Skip to content

Commit 26d25bd

Browse files
committed
Merge pull request #68 from torfinnberset/master
Add missing EditText style to Login Help Form.
2 parents 1ff315b + acffed1 commit 26d25bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ParseLoginUI/src/main/res/layout/com_parse_ui_parse_login_help_form.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414

1515
<EditText
1616
android:id="@+id/login_help_email_input"
17+
style="@style/ParseLoginUI.EditText"
1718
android:layout_width="match_parent"
1819
android:layout_height="wrap_content"
1920
android:layout_marginTop="@dimen/com_parse_ui_xlarge_vertical_spacing"
2021
android:hint="@string/com_parse_ui_login_help_email_input_hint"
21-
android:inputType="textEmailAddress"></EditText>
22+
android:inputType="textEmailAddress" />
2223

2324
<Button
2425
android:id="@+id/login_help_submit"

0 commit comments

Comments
 (0)