Merge branch 'promo-video' into 'master'

Instrumentation test for tutorial video and sign-in

Closes #1967

See merge request briar/briar!1423
This commit is contained in:
akwizgran
2021-04-12 10:46:03 +00:00
33 changed files with 767 additions and 54 deletions

View File

@@ -5,6 +5,7 @@
android:layout_height="match_parent">
<ImageView
android:id="@+id/logoView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"

View File

@@ -3,6 +3,8 @@
<integer name="animationSpeed">@android:integer/config_mediumAnimTime</integer>
<integer name="splashScreenDuration">500</integer>
<declare-styleable name="BriarRecyclerView">
<attr name="scrollToEnd" format="boolean" />
<attr name="emptyImage" format="integer" />