Skip to content

Commit e3f3c91

Browse files
madhurgupta10domdomegg
authored andcommitted
Fixed crash in LoginActivity on tablets (commons-app#2787)
1 parent 5a36392 commit e3f3c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout-xlarge/activity_login.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
android:layout_marginStart="@dimen/standard_gap"
122122
app:passwordToggleEnabled="true">
123123

124-
<android.support.design.widget.TextInputEditText
124+
<com.google.android.material.textfield.TextInputEditText
125125
android:id="@+id/login_password"
126126
android:layout_width="match_parent"
127127
android:layout_height="wrap_content"
@@ -145,7 +145,7 @@
145145
app:passwordToggleEnabled="false"
146146
tools:visibility="visible">
147147

148-
<android.support.design.widget.TextInputEditText
148+
<com.google.android.material.textfield.TextInputEditText
149149
android:id="@+id/login_two_factor"
150150
android:layout_width="match_parent"
151151
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)