From 1e729e980df9df88d5d071a6fa84c794838e54a6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 23 Aug 2025 00:06:52 +0200 Subject: [PATCH] [android] Add default value for progress bar Signed-off-by: jeanbaptisteC --- android/app/src/main/res/layout/button_with_progress.xml | 1 + android/app/src/main/res/layout/layout_nav_bottom.xml | 1 + 2 files changed, 2 insertions(+) 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"/>