diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index f4a537c64b..ab6b070cb8 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -138,6 +138,14 @@ + + + + + + diff --git a/app/res/drawable-hdpi/ic_dimagi_logo.png b/app/res/drawable-hdpi/ic_dimagi_logo.png new file mode 100644 index 0000000000..f9b8e17b67 Binary files /dev/null and b/app/res/drawable-hdpi/ic_dimagi_logo.png differ diff --git a/app/res/drawable-mdpi/ic_dimagi_logo.png b/app/res/drawable-mdpi/ic_dimagi_logo.png new file mode 100644 index 0000000000..e850c5550f Binary files /dev/null and b/app/res/drawable-mdpi/ic_dimagi_logo.png differ diff --git a/app/res/drawable-xhdpi/ic_dimagi_logo.png b/app/res/drawable-xhdpi/ic_dimagi_logo.png new file mode 100644 index 0000000000..da8c679c7f Binary files /dev/null and b/app/res/drawable-xhdpi/ic_dimagi_logo.png differ diff --git a/app/res/drawable-xxhdpi/ic_dimagi_logo.png b/app/res/drawable-xxhdpi/ic_dimagi_logo.png new file mode 100644 index 0000000000..875d240c71 Binary files /dev/null and b/app/res/drawable-xxhdpi/ic_dimagi_logo.png differ diff --git a/app/res/drawable-xxxhdpi/ic_dimagi_logo.png b/app/res/drawable-xxxhdpi/ic_dimagi_logo.png new file mode 100644 index 0000000000..ca29953948 Binary files /dev/null and b/app/res/drawable-xxxhdpi/ic_dimagi_logo.png differ diff --git a/app/res/drawable/baseline_fingerprint_24.xml b/app/res/drawable/baseline_fingerprint_24.xml new file mode 100644 index 0000000000..7fb301c61d --- /dev/null +++ b/app/res/drawable/baseline_fingerprint_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/baseline_pattern_24.xml b/app/res/drawable/baseline_pattern_24.xml new file mode 100644 index 0000000000..5dc00e6064 --- /dev/null +++ b/app/res/drawable/baseline_pattern_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/bottom_shadow.xml b/app/res/drawable/bottom_shadow.xml new file mode 100644 index 0000000000..f77c7a8d43 --- /dev/null +++ b/app/res/drawable/bottom_shadow.xml @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/connect_edit_text_bg.xml b/app/res/drawable/connect_edit_text_bg.xml new file mode 100644 index 0000000000..987f7c9238 --- /dev/null +++ b/app/res/drawable/connect_edit_text_bg.xml @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/connect_right_arrow.xml b/app/res/drawable/connect_right_arrow.xml new file mode 100644 index 0000000000..b4c331f150 --- /dev/null +++ b/app/res/drawable/connect_right_arrow.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/res/drawable/connect_side_icon_bg.xml b/app/res/drawable/connect_side_icon_bg.xml new file mode 100644 index 0000000000..2814d2a7d4 --- /dev/null +++ b/app/res/drawable/connect_side_icon_bg.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_connect_action_overflow.xml b/app/res/drawable/ic_connect_action_overflow.xml new file mode 100644 index 0000000000..07e41af307 --- /dev/null +++ b/app/res/drawable/ic_connect_action_overflow.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_connect_arrow_back.xml b/app/res/drawable/ic_connect_arrow_back.xml new file mode 100644 index 0000000000..98a528a4af --- /dev/null +++ b/app/res/drawable/ic_connect_arrow_back.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_notifications_24.xml b/app/res/drawable/ic_notifications_24.xml new file mode 100644 index 0000000000..45b906f654 --- /dev/null +++ b/app/res/drawable/ic_notifications_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/ic_outline_lock_24.xml b/app/res/drawable/ic_outline_lock_24.xml new file mode 100644 index 0000000000..8ce4e800bc --- /dev/null +++ b/app/res/drawable/ic_outline_lock_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/ic_outline_person_24.xml b/app/res/drawable/ic_outline_person_24.xml new file mode 100644 index 0000000000..ab6390028b --- /dev/null +++ b/app/res/drawable/ic_outline_person_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/ic_outline_phone_24.xml b/app/res/drawable/ic_outline_phone_24.xml new file mode 100644 index 0000000000..8dfe67977c --- /dev/null +++ b/app/res/drawable/ic_outline_phone_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/res/drawable/ic_primary_portrait.xml b/app/res/drawable/ic_primary_portrait.xml new file mode 100644 index 0000000000..4845c29cee --- /dev/null +++ b/app/res/drawable/ic_primary_portrait.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/app/res/font/roboto_bold.ttf b/app/res/font/roboto_bold.ttf new file mode 100644 index 0000000000..e64db796d1 Binary files /dev/null and b/app/res/font/roboto_bold.ttf differ diff --git a/app/res/font/roboto_italic.ttf b/app/res/font/roboto_italic.ttf new file mode 100644 index 0000000000..65498ee374 Binary files /dev/null and b/app/res/font/roboto_italic.ttf differ diff --git a/app/res/font/roboto_medium.ttf b/app/res/font/roboto_medium.ttf new file mode 100644 index 0000000000..0707e15c3a Binary files /dev/null and b/app/res/font/roboto_medium.ttf differ diff --git a/app/res/font/roboto_regular.ttf b/app/res/font/roboto_regular.ttf new file mode 100644 index 0000000000..2d116d9205 Binary files /dev/null and b/app/res/font/roboto_regular.ttf differ diff --git a/app/res/layout/activity_connect_id.xml b/app/res/layout/activity_connect_id.xml new file mode 100644 index 0000000000..4415b7271a --- /dev/null +++ b/app/res/layout/activity_connect_id.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_phone_available_bottom_sheet.xml b/app/res/layout/fragment_phone_available_bottom_sheet.xml new file mode 100644 index 0000000000..410e06e460 --- /dev/null +++ b/app/res/layout/fragment_phone_available_bottom_sheet.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_recovery_code.xml b/app/res/layout/fragment_recovery_code.xml new file mode 100644 index 0000000000..de8134bd41 --- /dev/null +++ b/app/res/layout/fragment_recovery_code.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_secondary_phone_number.xml b/app/res/layout/fragment_secondary_phone_number.xml new file mode 100644 index 0000000000..22243f9aea --- /dev/null +++ b/app/res/layout/fragment_secondary_phone_number.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_signup.xml b/app/res/layout/fragment_signup.xml new file mode 100644 index 0000000000..4eb433f65f --- /dev/null +++ b/app/res/layout/fragment_signup.xml @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/screen_connect_login.xml b/app/res/layout/screen_connect_login.xml new file mode 100644 index 0000000000..1017be2c37 --- /dev/null +++ b/app/res/layout/screen_connect_login.xml @@ -0,0 +1,49 @@ + + + + + + +