Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 60895b5

Browse files
kunall17niftynei
authored andcommitted
Fix: Legal Button
1 parent 1ffface commit 60895b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/layout-v21/login.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
android:layout_width="wrap_content"
162162
android:layout_height="wrap_content"
163163
android:layout_marginBottom="29dp"
164+
android:onClick="onClick"
164165
android:paddingTop="8dp"
165166
android:text="@string/legal"
166167
android:textColor="#ff0099cc" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
android:layout_width="wrap_content"
155155
android:layout_height="wrap_content"
156156
android:layout_marginBottom="29dp"
157+
android:onClick="onClick"
157158
android:paddingTop="8dp"
158159
android:text="@string/legal"
159160
android:textColor="#ff0099cc" />

0 commit comments

Comments
 (0)