diff --git a/android/app/src/main/res/layout/button_with_progress.xml b/android/app/src/main/res/layout/button_with_progress.xml index a2c3968a1..32efecb77 100644 --- a/android/app/src/main/res/layout/button_with_progress.xml +++ b/android/app/src/main/res/layout/button_with_progress.xml @@ -26,6 +26,7 @@ android:layout_marginEnd="@dimen/margin_base_plus" android:layout_marginBottom="@dimen/margin_base" android:indeterminate="false" + android:progress="1" app:indicatorColor="?colorSecondary" app:trackColor="@color/bg_routing_progress"/>