1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-19 00:19:25 +01:00

Set widgets pre-loading values to 0

This commit is contained in:
Arjan Schrijver 2024-02-21 23:43:54 +01:00
parent 0774d03603
commit 4f5e7f0b03
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="28dp"
android:layout_centerHorizontal="true"
android:text="1:55"
android:text="0:00"
android:textSize="30dp" />
<TextView

View File

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="28dp"
android:layout_centerHorizontal="true"
android:text="2.5km"
android:text="0.0km"
android:textSize="30dp" />
<TextView

View File

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="28dp"
android:layout_centerHorizontal="true"
android:text="7:45"
android:text="0:00"
android:textSize="30dp" />
<TextView

View File

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="28dp"
android:layout_centerHorizontal="true"
android:text="5000"
android:text="0"
android:textSize="30dp" />
<TextView