mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-28 18:47:32 +01:00
Respiratory rate: Swap awake and sleep order
This commit is contained in:
parent
2e6552e3d5
commit
86b51683d2
@ -41,26 +41,6 @@
|
|||||||
android:layout_marginEnd="1dp"
|
android:layout_marginEnd="1dp"
|
||||||
android:layout_marginTop="2dp"
|
android:layout_marginTop="2dp"
|
||||||
>
|
>
|
||||||
<TextView
|
|
||||||
android:id="@+id/sleep_avg"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/stats_empty_value"
|
|
||||||
android:textSize="20sp" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/sleep_avg"
|
|
||||||
android:textSize="12sp" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
style="@style/GridTile"
|
|
||||||
android:layout_marginStart="1dp"
|
|
||||||
android:layout_marginTop="2dp"
|
|
||||||
>
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/awake_avg"
|
android:id="@+id/awake_avg"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -74,6 +54,24 @@
|
|||||||
android:text="@string/sleep_colored_stats_awake_avg"
|
android:text="@string/sleep_colored_stats_awake_avg"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
<LinearLayout
|
||||||
|
style="@style/GridTile"
|
||||||
|
android:layout_marginStart="1dp"
|
||||||
|
android:layout_marginTop="2dp"
|
||||||
|
>
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/sleep_avg"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/stats_empty_value"
|
||||||
|
android:textSize="20sp" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/sleep_avg"
|
||||||
|
android:textSize="12sp" />
|
||||||
|
</LinearLayout>
|
||||||
</GridLayout>
|
</GridLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user