|
|
@@ -18,13 +18,18 @@
|
|
|
tools:fragmentActivity=".view.MainFragment"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <!-- TODO: Update blank fragment layout -->
|
|
|
<Button
|
|
|
android:id="@+id/button_login"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:onClick="@{() -> model.onEvent(Event.LOGIN, 1)}"
|
|
|
android:text="Login"/>
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button_sign_up"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:onClick="@{() -> model.onEvent(Event.SIGN_UP)}"
|
|
|
+ android:text="Sign Up"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
</layout>
|