diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6f0abd9bad..ad4497c9ea 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -126,37 +126,32 @@ + android:name="org.thoughtcrime.securesms.loki.redesign.activities.LandingActivity" /> - + android:name="org.thoughtcrime.securesms.loki.redesign.activities.RegisterActivity" /> + + - - + android:name="org.thoughtcrime.securesms.loki.redesign.activities.QRCodeActivity" /> + + - + + + android:duration="250" + android:fromYDelta="100%" + android:toYDelta="0%" /> + \ No newline at end of file diff --git a/res/anim/slide_from_right.xml b/res/anim/slide_from_right.xml index c9e7c215e6..18de5567f5 100644 --- a/res/anim/slide_from_right.xml +++ b/res/anim/slide_from_right.xml @@ -1,5 +1,4 @@ - diff --git a/res/layout/activity_link_device.xml b/res/layout/activity_link_device.xml new file mode 100644 index 0000000000..d6bf8f66d7 --- /dev/null +++ b/res/layout/activity_link_device.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/activity_restore.xml b/res/layout/activity_restore.xml index d8951e878c..3433c90157 100644 --- a/res/layout/activity_restore.xml +++ b/res/layout/activity_restore.xml @@ -30,7 +30,7 @@ android:layout_marginRight="@dimen/very_large_spacing" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" - android:text="Enter the seed that was given to you when you signed up to restore your account." /> + android:text="Enter the recovery phrase that was given to you when you signed up to restore your account." /> + android:hint="Enter your recovery phrase" /> @@ -221,6 +222,7 @@ android:text="Linked Devices" /> @@ -234,7 +236,7 @@ android:textSize="@dimen/medium_font_size" android:textStyle="bold" android:gravity="center" - android:text="Show Seed" /> + android:text="Show Recovery Phrase" /> + + + + + + + + + + +