mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[android] Add default value for progress bar
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
Konstantin Pastbin
parent
339eca0bca
commit
1e729e980d
@@ -26,6 +26,7 @@
|
|||||||
android:layout_marginEnd="@dimen/margin_base_plus"
|
android:layout_marginEnd="@dimen/margin_base_plus"
|
||||||
android:layout_marginBottom="@dimen/margin_base"
|
android:layout_marginBottom="@dimen/margin_base"
|
||||||
android:indeterminate="false"
|
android:indeterminate="false"
|
||||||
|
android:progress="1"
|
||||||
app:indicatorColor="?colorSecondary"
|
app:indicatorColor="?colorSecondary"
|
||||||
app:trackColor="@color/bg_routing_progress"/>
|
app:trackColor="@color/bg_routing_progress"/>
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
style="@style/Widget.Material3.LinearProgressIndicator"
|
style="@style/Widget.Material3.LinearProgressIndicator"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:progress="1"
|
||||||
app:indicatorColor="?colorSecondary"
|
app:indicatorColor="?colorSecondary"
|
||||||
app:trackCornerRadius="@dimen/nav_progress_head"
|
app:trackCornerRadius="@dimen/nav_progress_head"
|
||||||
app:trackThickness="@dimen/nav_progress"
|
app:trackThickness="@dimen/nav_progress"
|
||||||
|
|||||||
Reference in New Issue
Block a user