Skip to content

Commit

Permalink
🐛 Fix RegisterActivity Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya321 committed Mar 6, 2017
1 parent 97c6b9f commit 54af6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_register.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|top"
android:backgroundTint="@color/white"
android:src="@drawable/ic_close"
android:transitionName="loginFab"
app:backgroundTint="@color/white"
app:fabSize="normal" />

<android.support.v7.widget.CardView
Expand Down

0 comments on commit 54af6b9

Please sign in to comment.