diff --git a/android/app/build.gradle b/android/app/build.gradle index a75b8ca5..d843c7f9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -211,5 +211,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.9.0' androidTestImplementation "androidx.test:core:1.4.0" + implementation 'com.airbnb.android:lottie:5.2.0' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' } diff --git a/android/app/src/main/res/drawable/progress_loading_red.gif b/android/app/src/main/res/drawable/progress_loading_red.gif new file mode 100644 index 00000000..517c3dab Binary files /dev/null and b/android/app/src/main/res/drawable/progress_loading_red.gif differ diff --git a/android/app/src/main/res/layout/com_penguin_nav_ui_progress_loading.xml b/android/app/src/main/res/layout/com_penguin_nav_ui_progress_loading.xml new file mode 100644 index 00000000..bd624adc --- /dev/null +++ b/android/app/src/main/res/layout/com_penguin_nav_ui_progress_loading.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index c5f1baa2..e9b66680 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,6 +12,7 @@ buildscript { repositories { google() jcenter() + mavenCentral() maven { url 'https://developer.huawei.com/repo/' } maven { url 'https://api.mapbox.com/downloads/v2/releases/maven'