We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff315b commit acffed1Copy full SHA for acffed1
ParseLoginUI/src/main/res/layout/com_parse_ui_parse_login_help_form.xml
@@ -14,11 +14,12 @@
14
15
<EditText
16
android:id="@+id/login_help_email_input"
17
+ style="@style/ParseLoginUI.EditText"
18
android:layout_width="match_parent"
19
android:layout_height="wrap_content"
20
android:layout_marginTop="@dimen/com_parse_ui_xlarge_vertical_spacing"
21
android:hint="@string/com_parse_ui_login_help_email_input_hint"
- android:inputType="textEmailAddress"></EditText>
22
+ android:inputType="textEmailAddress" />
23
24
<Button
25
android:id="@+id/login_help_submit"
0 commit comments