Skip to content

Commit bf4580c

Browse files
committed
Fixed minor Login Bug
1 parent 68a7a9a commit bf4580c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@
2424
android:layout_marginRight="@dimen/standard_gap"
2525
android:layout_marginStart="@dimen/standard_gap"
2626
android:layout_marginTop="@dimen/large_gap"
27-
android:clickable="true"
2827
android:focusableInTouchMode="true"
2928
app:cardCornerRadius="4dp"
3029
app:cardElevation="4dp">
3130

3231
<RelativeLayout
3332
android:layout_width="match_parent"
3433
android:layout_height="wrap_content"
35-
android:clickable="true"
3634
android:focusableInTouchMode="true"
3735
android:gravity="center"
3836
android:orientation="vertical">

0 commit comments

Comments
 (0)