chore: Update button IDs in activity_main.xml

This commit is contained in:
SebasKoedam
2024-05-14 12:58:24 +02:00
parent 8993d8eed6
commit 58613e5c5d
3 changed files with 185 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z" />
android:fillColor="#FF0000"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"

View File

@@ -39,7 +39,7 @@
android:textSize="32sp" />
<Button
android:id="@+id/button2"
android:id="@+id/startButton"
android:layout_width="300dp"
android:layout_height="150dp"
android:layout_marginStart="490dp"
@@ -51,7 +51,7 @@
android:background="@drawable/red_button_gradient"/>
<Button
android:id="@+id/button3"
android:id="@+id/helpButton"
android:layout_width="160dp"
android:layout_height="80dp"
android:layout_marginStart="560dp"