Hook up onboarding logic

This commit is contained in:
Niels Andriesse
2019-12-17 10:04:08 +01:00
parent f42e69388e
commit d4db46aeca
9 changed files with 233 additions and 9 deletions

View File

@@ -49,6 +49,7 @@
<Button
style="@style/MediumProminentFilledButton"
android:id="@+id/restoreButton"
android:layout_width="match_parent"
android:layout_height="@dimen/medium_button_height"
android:layout_marginLeft="@dimen/massive_spacing"
@@ -57,7 +58,7 @@
android:text="Continue" />
<Button
android:id="@+id/legalButton"
android:id="@+id/termsButton"
android:layout_width="match_parent"
android:layout_height="@dimen/onboarding_button_bottom_offset"
android:layout_marginLeft="@dimen/massive_spacing"