Skip to content

Commit

Permalink
onClick error
Browse files Browse the repository at this point in the history
onClick 에러 수정
  • Loading branch information
Soojin-Lee-01 authored Aug 15, 2024
1 parent a30561a commit d4f4583
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
android:layout_marginEnd="6sp"
android:contentDescription="@null"
android:scaleType="fitXY"
android:onClick="onImageView1Click1"

app:srcCompat="@drawable/homebutton1" />

<ImageView
Expand All @@ -53,7 +53,7 @@
android:layout_marginStart="6sp"
android:contentDescription="@null"
android:scaleType="fitXY"
android:onClick="onImageView1Click2"

app:srcCompat="@drawable/homebutton2" />
</LinearLayout>

Expand All @@ -72,7 +72,7 @@
android:layout_marginEnd="6sp"
android:contentDescription="@null"
android:scaleType="fitXY"
android:onClick="onImageView1Click3"

app:srcCompat="@drawable/homebutton3" />

<ImageView
Expand All @@ -83,9 +83,9 @@
android:layout_marginStart="6sp"
android:contentDescription="@null"
android:scaleType="fitXY"
android:onClick="onImageView1Click4"

app:srcCompat="@drawable/homebutton4" />
</LinearLayout>

</LinearLayout>
</androidx.constraintlayout.motion.widget.MotionLayout>
</androidx.constraintlayout.motion.widget.MotionLayout>

0 comments on commit d4f4583

Please sign in to comment.