File tree Expand file tree Collapse file tree
WordPress/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 android : layout_height =" wrap_content"
4141 android : layout_marginTop =" @dimen/margin_extra_large"
4242 android : hint =" @string/signup_epilogue_hint_username"
43+ android : importantForAutofill =" noExcludeDescendants"
4344 android : inputType =" none" />
4445
4546 <org .wordpress.android.login.widgets.WPLoginInputRow
4950 android : layout_marginTop =" @dimen/margin_extra_large"
5051 android : hint =" @string/signup_epilogue_hint_password"
5152 android : inputType =" textPassword"
53+ android : importantForAutofill =" noExcludeDescendants"
5254 android : visibility =" gone"
5355 app : passwordToggleEnabled =" true"
5456 tools : visibility =" visible" />
Original file line number Diff line number Diff line change 3838 android : layout_toEndOf =" @+id/icon"
3939 android : background =" @android:color/transparent"
4040 android : digits =" 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
41+ android : importantForAutofill =" noExcludeDescendants"
4142 android : hint =" @string/username_changer_hint"
4243 android : paddingTop =" @dimen/margin_extra_large"
4344 android : paddingBottom =" @dimen/margin_extra_large" />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010ext {
1111 wordPressUtilsVersion = ' 2.7.0'
12- wordPressLoginVersion = ' trunk-1d609e3a84c84e1c88b59830312e747a50916b7f '
12+ wordPressLoginVersion = ' trunk-657bed28fa735780e3ffcc214503a9e5d1286d6c '
1313 gutenbergMobileVersion = ' v1.81.0'
1414 storiesVersion = ' 1.4.0'
1515 aboutAutomatticVersion = ' 0.0.6'
You can’t perform that action at this time.
0 commit comments