diff --git a/wallet/build.gradle b/wallet/build.gradle index b73a1674b2..e729b13092 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.github.tony19:logback-android-core:1.1.1-6' implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2' - implementation 'com.sambarboza:orbitview:0.1.4' + implementation 'com.sambarboza:orbitview:0.2.0' implementation project(path: ':common') implementation project(path: ':ui-redesign') diff --git a/wallet/res/drawable-xhdpi/identity_processing_0.png b/wallet/res/drawable-xhdpi/identity_processing_0.png index d76e3695cb..2794f5f8a8 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_0.png and b/wallet/res/drawable-xhdpi/identity_processing_0.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_1.png b/wallet/res/drawable-xhdpi/identity_processing_1.png index 7985d324de..d5c474572f 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_1.png and b/wallet/res/drawable-xhdpi/identity_processing_1.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_2.png b/wallet/res/drawable-xhdpi/identity_processing_2.png index 43a032cbcb..57990ae148 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_2.png and b/wallet/res/drawable-xhdpi/identity_processing_2.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_3.png b/wallet/res/drawable-xhdpi/identity_processing_3.png index 93f6f1fe76..8165c844c6 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_3.png and b/wallet/res/drawable-xhdpi/identity_processing_3.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_4.png b/wallet/res/drawable-xhdpi/identity_processing_4.png index af35808d65..1b8b3dbd91 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_4.png and b/wallet/res/drawable-xhdpi/identity_processing_4.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_5.png b/wallet/res/drawable-xhdpi/identity_processing_5.png index 62bebaef08..b923fee7e3 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_5.png and b/wallet/res/drawable-xhdpi/identity_processing_5.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_6.png b/wallet/res/drawable-xhdpi/identity_processing_6.png index 74b20d8255..45fc77ba60 100644 Binary files a/wallet/res/drawable-xhdpi/identity_processing_6.png and b/wallet/res/drawable-xhdpi/identity_processing_6.png differ diff --git a/wallet/res/drawable-xhdpi/identity_processing_7.png b/wallet/res/drawable-xhdpi/identity_processing_7.png deleted file mode 100644 index 0688c70b54..0000000000 Binary files a/wallet/res/drawable-xhdpi/identity_processing_7.png and /dev/null differ diff --git a/wallet/res/drawable/ic_circle_forward_arrow.xml b/wallet/res/drawable/ic_circle_forward_arrow.xml new file mode 100644 index 0000000000..0d472e4484 --- /dev/null +++ b/wallet/res/drawable/ic_circle_forward_arrow.xml @@ -0,0 +1,15 @@ + + + + diff --git a/wallet/res/drawable/identity_complete_icon.xml b/wallet/res/drawable/identity_complete_icon.xml new file mode 100644 index 0000000000..93c1d27c26 --- /dev/null +++ b/wallet/res/drawable/identity_complete_icon.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/wallet/res/drawable/identity_processing.xml b/wallet/res/drawable/identity_processing.xml index 3c956b3f0a..39a51beb93 100644 --- a/wallet/res/drawable/identity_processing.xml +++ b/wallet/res/drawable/identity_processing.xml @@ -1,13 +1,28 @@ - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/wallet/res/layout/create_username.xml b/wallet/res/layout/create_username.xml index 48e70d8c86..e798ab764d 100644 --- a/wallet/res/layout/create_username.xml +++ b/wallet/res/layout/create_username.xml @@ -9,60 +9,9 @@ - - - - - - - - - - - - - - - + android:background="@color/bg_less_bright" + android:clipChildren="false" + android:clipToPadding="false"> + + app:layout_constraintTop_toBottomOf="@id/header"> + + + + + + + +