Fixed wrong ID in layouts

This commit is contained in:
Sylvain Berfini 2024-12-16 12:01:28 +01:00
parent 466395a34b
commit 4682a75049
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="8"
app:layout_constraintTop_toBottomOf="@id/handle"
app:layout_constraintTop_toBottomOf="@id/numpad_handle"
app:layout_constraintStart_toStartOf="parent"/>
<androidx.appcompat.widget.AppCompatTextView

View file

@ -164,7 +164,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="8"
app:layout_constraintTop_toBottomOf="@id/handle"
app:layout_constraintTop_toBottomOf="@id/numpad_handle"
app:layout_constraintStart_toStartOf="parent"/>
<androidx.appcompat.widget.AppCompatTextView