Skip to content

Commit

Permalink
Fix #77 Changed responsiveness of Login button based on emptiness of …
Browse files Browse the repository at this point in the history
…field
  • Loading branch information
yashk2000 committed Jun 5, 2020
1 parent d71ac5f commit 90d4dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visionppi/app/src/main/res/layout/activity_login.xml
Expand Up @@ -84,6 +84,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/login_btn"
android:alpha="0.5"
android:enabled="false"
android:layout_marginTop="@dimen/ll_margin"
android:paddingLeft="@dimen/text_input_spacing"
android:paddingRight="@dimen/text_input_spacing"
Expand Down

0 comments on commit 90d4dea

Please sign in to comment.