Update button ID in activity_end_screen.xml
This commit is contained in:
@@ -31,13 +31,13 @@
|
|||||||
android:layout_marginEnd="501dp"
|
android:layout_marginEnd="501dp"
|
||||||
android:layout_marginBottom="50dp"
|
android:layout_marginBottom="50dp"
|
||||||
android:text="Home"
|
android:text="Home"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/continueButton2"
|
app:layout_constraintBottom_toTopOf="@+id/continueButton"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/myRectangleView" />
|
app:layout_constraintTop_toBottomOf="@+id/myRectangleView" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/continueButton2"
|
android:id="@+id/continueButton"
|
||||||
style="@style/ButtonStyle"
|
style="@style/ButtonStyle"
|
||||||
android:layout_width="280dp"
|
android:layout_width="280dp"
|
||||||
android:layout_height="120dp"
|
android:layout_height="120dp"
|
||||||
|
Reference in New Issue
Block a user