We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a7a9a commit bf4580cCopy full SHA for bf4580c
app/src/main/res/layout/activity_login.xml
@@ -24,15 +24,13 @@
24
android:layout_marginRight="@dimen/standard_gap"
25
android:layout_marginStart="@dimen/standard_gap"
26
android:layout_marginTop="@dimen/large_gap"
27
- android:clickable="true"
28
android:focusableInTouchMode="true"
29
app:cardCornerRadius="4dp"
30
app:cardElevation="4dp">
31
32
<RelativeLayout
33
android:layout_width="match_parent"
34
android:layout_height="wrap_content"
35
36
37
android:gravity="center"
38
android:orientation="vertical">
0 commit comments