Merged Khalil

This commit is contained in:
Gabriel Low
2026-09-11 10:13:25 +08:00
parent cfe76da1d3
commit 610bfd7991
2 changed files with 4 additions and 4 deletions
@@ -167,7 +167,7 @@
tools:text="Torso: 12° · Knee L: 168° R: 170°
Elbow L: 85° R: 90°"
app:layout_constraintBottom_toTopOf="@id/switch_pose"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginBottom="12dp"
android:layout_marginBottom="8dp"
android:layout_marginStart="24dp" />
<!-- Delivery Phase Badge -->
@@ -192,7 +192,7 @@
tools:visibility="visible" />
</LinearLayout>
<!-- Bottom Left: Body Angles Readout (above Pose Switch) -->
<!-- Bottom Left: Body Angles Readout (above Audio Toggle) -->
<TextView
android:id="@+id/text_pose_metrics"
android:layout_width="wrap_content"
@@ -206,9 +206,9 @@
android:visibility="gone"
tools:visibility="visible"
tools:text="Torso: 12° · Knee L: 168° R: 170°&#10;Elbow L: 85° R: 90°"
app:layout_constraintBottom_toTopOf="@id/switch_pose"
app:layout_constraintBottom_toTopOf="@id/switch_audio"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginBottom="12dp"
android:layout_marginBottom="8dp"
android:layout_marginStart="16dp" />
<!-- BOTTOM CONTROLS: Pose Overlay Switch & Record Button -->